Home
last modified time | relevance | path

Searched refs:getSectionLoadAddress (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h312 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
471 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
DRuntimeDyld.cpp830 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
858 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
DRuntimeDyldELF.cpp138 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h173 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h73 getSectionLoadAddress(const object::SectionRef &Sec) const override;
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp351 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp778 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()