Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h45 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOX86_64.h48 assert(!Obj.isRelocationScattered(RelInfo) && in processRelocationRef()
H A DRuntimeDyldMachOARM.h134 if (Obj.isRelocationScattered(RelInfo)) { in processRelocationRef()
H A DRuntimeDyldMachOAArch64.h283 if (Obj.isRelocationScattered(RelInfo)) in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2086 if (isRelocationScattered(RE)) in getRelocationSymbol()
4152 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in MachOObjectFile
4190 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
4197 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
4204 if (isRelocationScattered(RE)) in getAnyRelocationLength()
4212 if (isRelocationScattered(RE)) in getAnyRelocationType()
4220 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h477 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp536 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp561 const bool r_scattered = O->isRelocationScattered(RE); in PrintRelocationEntries()
2285 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2294 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2478 r_scattered = info->O->isRelocationScattered(RE); in SymbolizerGetOpInfo()
2499 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
3001 if (info->O->isRelocationScattered(RE)) in get_symbol_64()
6535 if (info->O->isRelocationScattered(RE)) in GuessLiteralPointer()
H A Dllvm-objdump.cpp596 if (O->isRelocationScattered(RE)) { in printRelocationTargetName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1225 return MachObj->isRelocationScattered(RelocInfo); in isRelocScattered()