Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELF.h48 isExtSym, // The Source.ExtSym field is valid. enumerator
54 bool isExternalSym() const { return SourceType == isExtSym; } in isExternalSym()
66 assert(SourceType == isExtSym && "This is not an external symbol"); in getExternalSymbol()
90 Sym->SourceType = isExtSym; in getExtSym()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h44 isExtSym, // The Target.ExtSym field is valid. enumerator
148 Result.AddrType = isExtSym;
241 return AddrType == isExtSym; in isExternalSymbol()