Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h104 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
DRuntimeDyld.h82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
511 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
529 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
DRuntimeDyldCheckerImpl.h63 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
DRuntimeDyldChecker.cpp882 RuntimeDyldCheckerImpl::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldCheckerImpl
966 RuntimeDyldChecker::getSectionLoadAddress(void *LocalAddress) const { in getSectionLoadAddress() function in RuntimeDyldChecker
967 return Impl->getSectionLoadAddress(LocalAddress); in getSectionLoadAddress()
DRuntimeDyld.cpp1062 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
1099 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
DRuntimeDyldELF.cpp171 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h299 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function
463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
DRuntimeDyld.cpp935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
963 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
DRuntimeDyldELF.cpp131 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
175 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h172 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h88 getSectionLoadAddress(const object::SectionRef &Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h231 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp381 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
575 auto LoadAddr = Checker.getSectionLoadAddress(Tmp->first); in remapSectionsAndSymbols()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp375 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp848 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1179 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()