/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 171 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation() 172 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation() 239 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 254 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 269 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 163 Sections[0].getLoadAddress(); in resolveRelocation() 179 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 180 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
|
D | RuntimeDyldMachOI386.h | 116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOX86_64.h | 113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOARM.h | 154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 201 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation() 202 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation() 263 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 278 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 293 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 161 Sections[0].getLoadAddress(); in resolveRelocation() 175 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 176 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 40 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase() 262 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
|
D | RuntimeDyldMachOI386.h | 116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOX86_64.h | 113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOARM.h | 259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 153 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() 311 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta() 340 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
|
D | RuntimeDyldImpl.h | 98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function 323 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
|
D | RuntimeDyld.cpp | 93 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory() 140 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations() 979 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress() 1104 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 150 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() 308 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta() 337 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
|
D | RuntimeDyldImpl.h | 98 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function 300 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
|
D | RuntimeDyld.cpp | 91 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory() 137 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveRelocations() 886 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress() 968 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 29 virtual uint64_t getLoadAddress() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 32 uint64_t getLoadAddress() const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 31 uint64_t getLoadAddress() const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 30 virtual uint64_t getLoadAddress() const = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 32 uint64_t getLoadAddress() const override;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 76 uint64_t RawSession::getLoadAddress() const { return 0; } in getLoadAddress() function in RawSession
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 51 uint64_t getLoadAddress() const override;
|