Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h263 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
284 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
DRuntimeDyldMachOX86_64.h55 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
585 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp99 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/external/llvm/include/llvm/Object/
DMachO.h316 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp621 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
1897 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
1951 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp780 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1751 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1817 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1842 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
1902 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2040 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
2421 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
5588 isExtern = info->O->getPlainRelocationExternal(RE); in GuessLiteralPointer()
Dllvm-objdump.cpp563 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()