/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() 180 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation() 207 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 265 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/ |
D | RuntimeDyldMachOX86_64.h | 58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() 179 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation() 206 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef() 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 114 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 57 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() 178 bool AIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation() 205 bool BIsExternal = BaseObj.getPlainRelocationExternal(RelInfo); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 292 assert(!Obj.getPlainRelocationExternal(RelInfo)); in processRelocationRef() 332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef()
|
D | RuntimeDyldMachOARM.h | 113 if (Obj.getPlainRelocationExternal(RelInfo)) { in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 105 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 107 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo); in getRelocationValueRef()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() 586 OS << " " << Obj->getPlainRelocationExternal(RE); in printRelocation()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 320 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
D | MachOReader.cpp | 106 R.Extern = !R.Scattered && MachOObj.getPlainRelocationExternal(R.Info); in extractSections()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 759 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/ |
D | MachO.h | 473 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | MachO.h | 629 bool getPlainRelocationExternal(const MachO::any_relocation_info &RE) const;
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 834 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()
|
D | llvm-objdump.cpp | 700 bool isExtern = O->getPlainRelocationExternal(RE); in printRelocationTargetName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2134 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/ |
D | MachOObjectFile.cpp | 2244 bool isExtern = getPlainRelocationExternal(RE); in getRelocationSymbol() 4546 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal() function in MachOObjectFile 4600 if (isRelocationScattered(RE) || getPlainRelocationExternal(RE)) in getAnyRelocationSection()
|