Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
180 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
207 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
DRuntimeDyldMachOAArch64.h265 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
DRuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
DRuntimeDyldMachOARM.h114 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
178 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
205 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
DRuntimeDyldMachOAArch64.h292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
DRuntimeDyldMachOARM.h113 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp105 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation()
586 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
/external/llvm/include/llvm/Object/
DMachO.h320 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOReader.cpp106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp759 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
1997 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
2051 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h473 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h629 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-objdump/
DMachODump.cpp834 isExtern = O->getPlainRelocationExternal(RE); in DumpLiteralPointerSection()
1870 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1941 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
1971 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2036 isExtern = info->O->getPlainRelocationExternal(RE); in SymbolizerGetOpInfo()
2179 if (!info->O->getPlainRelocationExternal(RE)) in SymbolizerGetOpInfo()
2575 isExtern = info->O->getPlainRelocationExternal(RE); in get_symbol_64()
6117 isExtern = info->O->getPlainRelocationExternal(RE); in GuessLiteralPointer()
Dllvm-objdump.cpp700 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2134 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4188 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4242 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp2244 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol()
4546 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile
4600 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()