Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp562 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
607 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp397 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
831 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()
1476 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1626 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
2670 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2727 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2765 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2844 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2979 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
3358 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
[all …]
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp110 (R.is_scattered ? false : Obj.getPlainRelocationExternal(RE)); in constructSectionCommon()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h601 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2200 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4365 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4419 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()