Home
last modified time | relevance | path

Searched refs:getPlainRelocationExternal (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h263 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
285 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
HDRuntimeDyldMachOX86_64.h51 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp471 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
521 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp63 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h317 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp599 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
1885 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
1939 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp787 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1770 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1833 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1858 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
1915 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2046 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
2425 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
5605 isExtern = info->O->getPlainRelocationExternal(RE); in GuessLiteralPointer()
HDllvm-objdump.cpp492 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()