Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp784 bool isExtern = false; in DumpLiteralPointerSection() local
787 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
788 if (isExtern) { in DumpLiteralPointerSection()
1745 bool isExtern = false; in SymbolizerGetOpInfo() local
1770 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1771 if (isExtern) { in SymbolizerGetOpInfo()
1780 if (reloc_found && isExtern) { in SymbolizerGetOpInfo()
1825 bool isExtern = false; in SymbolizerGetOpInfo() local
1833 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1834 if (isExtern) { in SymbolizerGetOpInfo()
[all …]
HDllvm-objdump.cpp492 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
495 if (isExtern) { in printRelocationTargetName()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp599 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
600 if (!isExtern) in getRelocationSymbol()