Home
last modified time | relevance | path

Searched refs:isRelocationScattered (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h46 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
H A DRuntimeDyldMachOI386.h43 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOARM.h132 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h282 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp101 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2196 if (isRelocationScattered(RE)) in getRelocationSymbol()
4351 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
4389 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
4396 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
4403 if (isRelocationScattered(RE)) in getAnyRelocationLength()
4411 if (isRelocationScattered(RE)) in getAnyRelocationType()
4419 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp107 R.is_scattered = Obj.isRelocationScattered(RE); in constructSectionCommon()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h598 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp790 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp561 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp370 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
826 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()
2655 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2664 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2838 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2859 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3356 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
6907 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1528 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()