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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h46 assert(!Obj.isRelocationScattered(RelInfo) &&
H A DRuntimeDyldMachOI386.h43 if (Obj.isRelocationScattered(RelInfo)) {
H A DRuntimeDyldMachOARM.h132 if (Obj.isRelocationScattered(RelInfo)) {
H A DRuntimeDyldMachOAArch64.h282 if (Obj.isRelocationScattered(RelInfo))
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp103 R.Scattered = MachOObj.isRelocationScattered(R.Info);
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2247 if (isRelocationScattered(RE))
4539 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) function in class:MachOObjectFile
4577 if (isRelocationScattered(RE))
4584 if (isRelocationScattered(RE))
4591 if (isRelocationScattered(RE))
4599 if (isRelocationScattered(RE))
4607 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h629 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp559 bool IsScattered = Obj->isRelocationScattered(RE);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp357 if (O->isRelocationScattered(RE)) {
813 const bool r_scattered = O->isRelocationScattered(RE);
2851 r_scattered = info->O->isRelocationScattered(RE);
2860 if (info->O->isRelocationScattered(RENext))
3034 r_scattered = info->O->isRelocationScattered(RE);
3055 if (info->O->isRelocationScattered(RENext))
3552 if (info->O->isRelocationScattered(RE))
6738 if (info->O->isRelocationScattered(RE))
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1972 return MachObj->isRelocationScattered(RelocInfo);

Completed in 209 milliseconds