Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp218 bool isExtern = (RelType >> 27) & 1; in processRelocationRef() local
219 if (isExtern) { in processRelocationRef()
/external/llvm/lib/Object/
DMachOObjectFile.cpp789 bool isExtern = (RE->Word1 >> 27) & 1; in getRelocationSymbol() local
793 if (isExtern) { in getRelocationSymbol()
917 bool isExtern = (RE->Word1 >> 27) & 1; in getRelocationAdditionalInfo() local
919 if (!isExtern) { in getRelocationAdditionalInfo()
1005 bool isExtern = (RE->Word1 >> 27) & 1; in printRelocationTargetName() local
1008 if (isExtern) { in printRelocationTargetName()