Home
last modified time | relevance | path

Searched refs:isGlobalValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h222 bool isGlobalValue() const { in isGlobalValue() function
281 assert((isGlobalValue() || isIndirectSymbol()) && in getGlobalValue()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h79 bool isGlobalValue() const { return Kind == ARMCP::CPValue; } in isGlobalValue() function
157 return APV->isGlobalValue() || APV->isBlockAddress() || APV->isLSDA(); in classof()
DARMAsmPrinter.cpp957 } else if (ACPV->isGlobalValue()) { in EmitMachineConstantPoolValue()
DARMCodeEmitter.cpp725 assert(ACPV->isGlobalValue() && "unsupported constant pool value"); in emitConstPoolInstruction()
DARMBaseInstrInfo.cpp1224 if (ACPV->isGlobalValue()) in duplicateCPV()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp840 } else if (MR.isGlobalValue()) { in finishFunction()