Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
179 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
206 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
H A DRuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
H A DRuntimeDyldMachOARM.h114 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp548 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
596 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h474 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp391 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
825 O->getPlainRelocationExternal(RE)); in PrintRelocationEntries()
1456 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1606 isExtern = O->getPlainRelocationExternal(RE); in DumpInitTermPointerSection()
2647 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2704 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2742 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2765 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2821 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2956 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp106 (R.is_scattered ? false : Obj.getPlainRelocationExternal(RE)); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2146 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4199 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4253 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()