Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h30 virtual bool setLoadAddress(uint64_t Address) = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h32 bool setLoadAddress(uint64_t Address) override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h52 bool setLoadAddress(uint64_t Address) override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp30 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp918 Sections.back().setLoadAddress(LoadAddress); in emitSection()
921 Sections.back().setLoadAddress(0); in emitSection()
1095 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
H A DRuntimeDyldImpl.h97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp207 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp205 m_session_up->setLoadAddress(obj_load_address); in InitializeObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1089 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()