Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DNativeSessionTest.cpp50 S->setLoadAddress(123); in TEST()
H A DPDBApiTest.cpp68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anon9cf85e360111::MockSession
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp30 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h52 bool setLoadAddress(uint64_t Address) override;
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp921 Sections.back().setLoadAddress(LoadAddress); in emitSection()
924 Sections.back().setLoadAddress(0); in emitSection()
1110 Sections[SectionID].setLoadAddress(Addr); in applyExternalSymbolRelocations()
H A DRuntimeDyldImpl.h98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; }
97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } setLoadAddress() function
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp205 bool NativeSession::setLoadAddress(uint64_t Address) { in getLoadAddress()
207 bool NativeSession::setLoadAddress(uint64_t Address) { setLoadAddress() function in NativeSession
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp206 m_session_up->setLoadAddress(obj_load_address); in InitializeObject()
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1089 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()