HomeSort by relevance Sort by last modified time
    Searched refs:isExternalSymbol (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h 238 /// isExternalSymbol - Return true if this is a constant string.
240 bool isExternalSymbol() const {
294 assert(isExternalSymbol() && "This is not an external symbol reference!");
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp 108 } else if (MR.isExternalSymbol()) {
ELFWriter.cpp 802 } else if (MR.isExternalSymbol()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 845 if (MR.isExternalSymbol()) {
    [all...]

Completed in 286 milliseconds