Home
last modified time | relevance | path

Searched refs:isExternalSymbol (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h240 bool isExternalSymbol() const { in isExternalSymbol() function
294 assert(isExternalSymbol() && "This is not an external symbol reference!"); in getExternalSymbol()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp108 } else if (MR.isExternalSymbol()) { in finishFunction()
DELFWriter.cpp802 } else if (MR.isExternalSymbol()) { in EmitRelocations()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp845 if (MR.isExternalSymbol()) { in finishFunction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1841 ``isImmediate``, ``isGlobalAddress``, ``isExternalSymbol``,
1867 } else if (MO1.isExternalSymbol())