Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp101 R.Scattered = MachOObj.isRelocationScattered(R.Info); in extractSections()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp2240 if (isRelocationScattered(RE)) in getRelocationSymbol()
4532 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
4570 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
4577 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
4584 if (isRelocationScattered(RE)) in getAnyRelocationLength()
4592 if (isRelocationScattered(RE)) in getAnyRelocationType()
4600 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h626 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp109 R.is_scattered = Obj.isRelocationScattered(RE); in constructSectionCommon()
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp823 if (Obj.isRelocationScattered(MachOReloc)) { in findValidRelocsMachO()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp559 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp383 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
839 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()
2889 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2898 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3072 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
3093 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3590 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
7141 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1596 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()