Home
last modified time | relevance | path

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

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