/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyldChecker.h | 104 Optional<uint64_t> getSectionLoadAddress(void *LocalAddress) const;
|
D | RuntimeDyld.h | 82 getSectionLoadAddress(const object::SectionRef &Sec) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 322 uint64_t getSectionLoadAddress(unsigned SectionID) const { in getSectionLoadAddress() function 511 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol() 529 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
|
D | RuntimeDyldCheckerImpl.h | 63 Optional<uint64_t> getSectionLoadAddress(void *LocalAddr) const;
|
D | RuntimeDyldChecker.cpp | 882 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()
|
D | RuntimeDyld.cpp | 1062 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols() 1099 uint64_t RuntimeDyld::LoadedObjectInfo::getSectionLoadAddress( in getSectionLoadAddress() function in llvm::RuntimeDyld::LoadedObjectInfo
|
D | RuntimeDyldELF.cpp | 171 if (uint64_t SecLoadAddr = L.getSectionLoadAddress(*SI)) { in createRTDyldELFObject()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 137 uint64_t GOTAddr = getSectionLoadAddress(SectionToGOTMap[SectionID]); in evaluateMIPS64Relocation() 175 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-7.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 231 virtual uint64_t getSectionLoadAddress(const object::SectionRef &Sec) const { in getSectionLoadAddress() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 381 LoadedObjInfo->getSectionLoadAddress(*Sec); in printLineInfoForInput() 575 auto LoadAddr = Checker.getSectionLoadAddress(Tmp->first); in remapSectionsAndSymbols()
|
/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-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1179 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()
|