Home
last modified time | relevance | path

Searched refs:getSectionID (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DSymbolSize.cpp28 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()
DCOFFObjectFile.cpp333 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
/external/llvm/lib/Object/
DSymbolSize.cpp34 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()
DCOFFObjectFile.cpp317 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h228 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()
DRuntimeDyldChecker.cpp874 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()
DRuntimeDyldMachO.cpp120 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
DRuntimeDyld.cpp853 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
1062 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
DRuntimeDyldELF.cpp1023 uint64_t(Sections[SymInfo.getSectionID()].getLoadAddressWithOffset( in resolveAArch64ShortBranch()
1141 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h210 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()
DRuntimeDyldChecker.cpp857 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()
DRuntimeDyld.cpp790 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
DRuntimeDyldMachO.cpp117 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
DRuntimeDyldELF.cpp1230 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
DRuntimeDyldMachOAArch64.h498 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
508 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
DRuntimeDyldMachOARM.h55 Sections[Entry.getSectionID()].getObjAddress() + Entry.getOffset(); in isAddrTargetThumb()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h187 SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
DRuntimeDyldMachOAArch64.h438 unsigned SectionBID = SubtrahendI->second.getSectionID(); in processSubtractRelocation()
448 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation()
/external/llvm/include/llvm/Object/
DMachO.h215 unsigned getSectionID(SectionRef Sec) const;
DCOFF.h764 unsigned getSectionID(SectionRef Sec) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h296 unsigned getSectionID(SectionRef Sec) const;
DCOFF.h933 unsigned getSectionID(SectionRef Sec) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp751 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/
DCOFFDumper.cpp958 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewSymbolSection()
1236 W.printNumber("Section", SectionName, Obj->getSectionID(Section)); in printCodeViewTypeSection()

12