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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h45 if (Obj.isRelocationScattered(RelInfo)) {
H A DRuntimeDyldMachOX86_64.h48 assert(!Obj.isRelocationScattered(RelInfo) &&
H A DRuntimeDyldMachOARM.h64 if (Obj.isRelocationScattered(RelInfo)) {
H A DRuntimeDyldMachOAArch64.h255 if (Obj.isRelocationScattered(RelInfo))
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp755 if (isRelocationScattered(RE))
1983 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) function in class:MachOObjectFile
2021 if (isRelocationScattered(RE))
2028 if (isRelocationScattered(RE))
2035 if (isRelocationScattered(RE))
2043 if (isRelocationScattered(RE))
2051 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))
/external/llvm/include/llvm/Object/
H A DMachO.h317 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp825 if (MObj->isRelocationScattered(RelocInfo)) {
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp536 bool IsScattered = Obj->isRelocationScattered(RE);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1855 r_scattered = info->O->isRelocationScattered(RE);
1864 if (info->O->isRelocationScattered(RENext))
2030 r_scattered = info->O->isRelocationScattered(RE);
2051 if (info->O->isRelocationScattered(RENext))
2573 if (info->O->isRelocationScattered(RE))
6115 if (info->O->isRelocationScattered(RE))
H A Dllvm-objdump.cpp647 bool IsScattered = O->isRelocationScattered(RE);
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1942 if (Obj.isRelocationScattered(MachOReloc)) {

Completed in 517 milliseconds