Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
178 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
205 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
H A DRuntimeDyldMachOARM.h113 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp106 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp560 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
605 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp107 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp380 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
814 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()
1677 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1827 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
2870 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2927 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2965 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2988 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
3044 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
3179 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h638 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2252 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4556 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4610 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()