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

/external/llvm/include/llvm/DebugInfo/
H A DDIContext.h172 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h299 uint64_t getSectionLoadAddress(unsigned SectionID) const { function in class:llvm::RuntimeDyldImpl
463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
H A DRuntimeDyld.cpp935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
963 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( function in class:llvm::RuntimeDyld::LoadedObjectInfo
H A DRuntimeDyldELF.cpp131 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) {
657 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
691 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]);
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h88 getSectionLoadAddress(const object::SectionRef &Sec) const override;
/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp375 LoadedObjInfo->getSectionLoadAddress(*Sec);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp848 SectionLoadAddress = L->getSectionLoadAddress(*RSec);

Completed in 168 milliseconds