Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
180 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
207 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h293 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
333 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
H A DRuntimeDyldMachOARM.h115 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp108 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
586 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h480 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp566 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()
1153 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1300 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
2300 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2360 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2400 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2425 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2484 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2621 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
3003 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
[all …]
H A Dllvm-objdump.cpp632 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2090 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4166 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4220 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()