/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | SymbolSize.cpp | 28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function 30 return M->getSectionID(Sec); in getSectionID() 31 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID() 67 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
|
D | COFFObjectFile.cpp | 333 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
|
/external/llvm/lib/Object/ |
D | SymbolSize.cpp | 34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) { in getSectionID() function 36 return M->getSectionID(Sec); in getSectionID() 37 return cast<COFFObjectFile>(O).getSectionID(Sec); in getSectionID() 73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); in computeSymbolSizes()
|
D | COFFObjectFile.cpp | 317 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 228 unsigned getSectionID() const { return SectionID; } in getSectionID() function 497 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress() 499 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress() 510 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol() 511 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 526 auto SectionID = KV.second.getSectionID(); in getSymbolTable()
|
D | RuntimeDyldChecker.cpp | 874 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() 877 getRTDyld().Sections[SymInfo.getSectionID()].getSize() - in getSubsectionStartingAt() 918 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
|
D | RuntimeDyldMachO.cpp | 120 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
|
D | RuntimeDyld.cpp | 853 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 1062 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
|
D | RuntimeDyldELF.cpp | 1023 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch() 1141 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 210 unsigned getSectionID() const { return SectionID; } in getSectionID() function 449 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress() 451 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress() 462 if (SymEntry.getSectionID() != AbsoluteSymbolSection) in getSymbol() 463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
|
D | RuntimeDyldChecker.cpp | 857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() 860 getRTDyld().Sections[SymInfo.getSectionID()].getSize() - in getSubsectionStartingAt() 892 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
|
D | RuntimeDyld.cpp | 790 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol() 935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
|
D | RuntimeDyldMachO.cpp | 117 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
|
D | RuntimeDyldELF.cpp | 1230 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 498 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 508 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
D | RuntimeDyldMachOARM.h | 55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
D | RuntimeDyldMachOAArch64.h | 438 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation() 448 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 215 unsigned getSectionID(SectionRef Sec) const;
|
D | COFF.h | 764 unsigned getSectionID(SectionRef Sec) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 296 unsigned getSectionID(SectionRef Sec) const;
|
D | COFF.h | 933 unsigned getSectionID(SectionRef Sec) const;
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 751 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1082 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 958 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection() 1236 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()
|