Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp299 bool IsScattered = O->isRelocationScattered(RE); in printRelocationTargetName()
1362 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered() function in llvm::object::MachOObjectFile
1395 if (isRelocationScattered(RE)) in getAnyRelocationAddress()
1402 if (isRelocationScattered(RE)) in getAnyRelocationPCRel()
1409 if (isRelocationScattered(RE)) in getAnyRelocationLength()
1417 if (isRelocationScattered(RE)) in getAnyRelocationType()
1425 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h148 bool isRelocationScattered(const MachO::any_relocation_info &RE) const;
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp353 bool IsScattered = Obj->isRelocationScattered(RE); in printRelocation()
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp342 if (MachO->isRelocationScattered(RE)) in processRelocationRef()