Home
last modified time | relevance | path

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

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