/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 83 getSectionLoadAddress(const object::SectionRef &Sec) const override; 217 uint64_t getSectionLoadAddress(unsigned SectionID) const;
|
D | RuntimeDyldChecker.h | 176 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 82 getSectionLoadAddress(const object::SectionRef &Sec) const override; 234 uint64_t getSectionLoadAddress(unsigned SectionID) const;
|
D | RuntimeDyldChecker.h | 176 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 479 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function 521 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 539 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
|
D | RuntimeDyldCheckerImpl.h | 60 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
|
D | RuntimeDyld.cpp | 1103 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations() 1242 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo 1389 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld 1391 return Dyld->getSectionLoadAddress(SectionID); in getSectionLoadAddress()
|
D | RuntimeDyldELF.cpp | 174 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 468 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function 520 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 536 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
|
D | RuntimeDyldCheckerImpl.h | 60 std::optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
|
D | RuntimeDyld.cpp | 152 uint64_t Addr = getSectionLoadAddress(Idx); in resolveLocalRelocations() 1133 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in applyExternalSymbolRelocations() 1273 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo 1428 uint64_t RuntimeDyld::getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function in llvm::RuntimeDyld 1430 return Dyld->getSectionLoadAddress(SectionID); in getSectionLoadAddress()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() 174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 136 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() 174 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 299 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function 463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
|
D | RuntimeDyld.cpp | 935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols() 963 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
|
D | RuntimeDyldELF.cpp | 131 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/ |
D | DIContext.h | 172 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const = 0;
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 88 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 258 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 282 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 80 uint64_t SectionLoadAddr = L.getSectionLoadAddress(Section); in fillSectionInformation()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 375 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 848 SectionLoadAddress = L->getSectionLoadAddress(*RSec); in DWARFContextInMemory()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1579 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
|