HomeSort by: relevance | last modified time | path
    Searched defs:getConstantPool (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
ConstantPools.cpp 66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) {
99 if (ConstantPool *CP = getConstantPool(Section))
105 if (ConstantPool *CP = getConstantPool(Section))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp 120 const PseudoSourceValue *PseudoSourceValueManager::getConstantPool() {
MachineOperand.cpp 987 /// getConstantPool - Return a MachinePointerInfo record that refers to the
989 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) {
990 return MachinePointerInfo(MF.getPSVManager().getConstantPool());

Completed in 27 milliseconds