Home
last modified time | relevance | path

Searched refs:setLoadAddress (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h30 virtual void setLoadAddress(uint64_t Address) = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h33 void setLoadAddress(uint64_t Address) override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h32 void setLoadAddress(uint64_t Address) override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h31 virtual bool setLoadAddress(uint64_t Address) = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h33 bool setLoadAddress(uint64_t Address) override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} in setLoadAddress() function in RawSession
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h52 bool setLoadAddress(uint64_t Address) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp168 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp136 void DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
DRuntimeDyld.cpp888 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp65 void setLoadAddress(uint64_t Address) override {} in setLoadAddress() function in __anon177c5eee0111::MockSession
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
DRuntimeDyld.cpp807 Sections.back().setLoadAddress(0); in emitSection()
981 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp153 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp69 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon8912c4460111::MockSession
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp398 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
Dllvm-pdbutil.cpp935 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()