/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | Object.h | 187 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum() function
|
D | MachOReader.cpp | 228 Reloc.getPlainRelocationSymbolNum(MachOObj.isLittleEndian()); in setSymbolInRelocationInfo()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 268 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 295 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 295 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 318 unsigned getPlainRelocationSymbolNum(
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 758 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() 1990 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile 2053 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachO.h | 472 unsigned getPlainRelocationSymbolNum(
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 471 unsigned getPlainRelocationSymbolNum(
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | macho2yaml.cpp | 104 R.symbolnum = (R.is_scattered ? 0 : Obj.getPlainRelocationSymbolNum(RE)); in constructSectionCommon()
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 654 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName() 701 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
|
D | MachODump.cpp | 1972 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo() 2174 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 567 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 574 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2133 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() 4181 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile 4244 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2143 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol() 4190 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile 4253 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 427 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName() 454 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName() 891 O->getPlainRelocationSymbolNum(RE)); in PrintRelocationEntries() 2779 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo() 2964 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
|