Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDSymbolSize.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()
HDCOFFObjectFile.cpp308 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in COFFObjectFile
HDMachOObjectFile.cpp548 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const { in getSectionID() function in MachOObjectFile
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h177 unsigned getSectionID() const { return SectionID; } in getSectionID() function
410 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
421 getSectionLoadAddress(SymEntry.getSectionID()) + SymEntry.getOffset(); in getSymbol()
HDRuntimeDyldChecker.cpp856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
859 getRTDyld().Sections[SymInfo.getSectionID()].Size - in getSubsectionStartingAt()
891 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
HDRuntimeDyldMachO.cpp74 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
HDRuntimeDyld.cpp651 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
792 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
HDRuntimeDyldELF.cpp1130 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h216 unsigned getSectionID(SectionRef Sec) const;
HDCOFF.h691 unsigned getSectionID(SectionRef Sec) const;