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

/external/llvm/lib/Object/
H A DMachOObjectFile.cpp305 bool IsScattered = O->isRelocationScattered(RE);
871 if (isRelocationScattered(RE))
1682 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) function in class:llvm::object::MachOObjectFile
1715 if (isRelocationScattered(RE))
1722 if (isRelocationScattered(RE))
1729 if (isRelocationScattered(RE))
1737 if (isRelocationScattered(RE))
1745 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE))
/external/llvm/include/llvm/Object/
H A DMachO.h168 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp320 bool IsScattered = Obj->isRelocationScattered(RE);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp674 if (MachO->isRelocationScattered(RE)) {

Completed in 327 milliseconds