Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp1149 bool isExtern = false; in DumpLiteralPointerSection() local
1152 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1153 if (isExtern) { in DumpLiteralPointerSection()
1296 bool isExtern = false; in DumpInitTermPointerSection() local
1299 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
1300 if (isExtern) { in DumpInitTermPointerSection()
2248 bool isExtern = false; in SymbolizerGetOpInfo() local
2273 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2274 if (isExtern) { in SymbolizerGetOpInfo()
2283 if (reloc_found && isExtern) { in SymbolizerGetOpInfo()
[all …]
Dllvm-objdump.cpp598 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
604 } else if (isExtern) { in printRelocationTargetName()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp831 bool isExtern = false; in DumpLiteralPointerSection() local
834 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
835 if (isExtern) { in DumpLiteralPointerSection()
1845 bool isExtern = false; in SymbolizerGetOpInfo() local
1870 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1871 if (isExtern) { in SymbolizerGetOpInfo()
1880 if (reloc_found && isExtern) { in SymbolizerGetOpInfo()
1933 bool isExtern = false; in SymbolizerGetOpInfo() local
1941 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1942 if (isExtern) { in SymbolizerGetOpInfo()
[all …]
Dllvm-objdump.cpp700 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName() local
703 if (isExtern) { in printRelocationTargetName()
/external/llvm/lib/Object/
DMachOObjectFile.cpp759 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
760 if (!isExtern) in getRelocationSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2090 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() local
2091 if (!isExtern) in getRelocationSymbol()