Home
last modified time | relevance | path

Searched refs:isIndirectSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h228 bool isIndirectSymbol() const { in isIndirectSymbol() function
281 assert((isGlobalValue() || isIndirectSymbol()) && in getGlobalValue()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp844 } else if (MR.isIndirectSymbol()) { in finishFunction()