Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h177 unsigned getSectionID() const { return SectionID; } in getSectionID() function
403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
414 getSectionLoadAddress(SymEntry.getSectionID()) + SymEntry.getOffset(); in getSymbol()
DRuntimeDyldChecker.cpp854 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
857 getRTDyld().Sections[SymInfo.getSectionID()].Size - in getSubsectionStartingAt()
889 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
DRuntimeDyldMachO.cpp71 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
DRuntimeDyld.cpp667 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
808 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
DRuntimeDyldELF.cpp920 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()