Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp363 W.printNumber("Extern", Obj->getPlainRelocationExternal(RE)); in printRelocation()
375 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp348 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
862 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
1376 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in llvm::object::MachOObjectFile
1425 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getRelocationSection()
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h151 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldMachO.cpp348 bool isExtern = MachO->getPlainRelocationExternal(RE); in processRelocationRef()