Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp292 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
1380 MachOObjectFile::isRelocationScattered(const macho::RelocationEntry &RE) in isRelocationScattered() function in llvm::object::MachOObjectFile
1413 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
1420 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
1427 if (isRelocationScattered(RE)) in getAnyRelocationLength()
1434 if (isRelocationScattered(RE)) in getAnyRelocationType()
1441 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
/external/llvm/include/llvm/Object/
DMachO.h151 bool isRelocationScattered(const macho::RelocationEntry &RE) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp353 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()