Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h31 virtual bool setLoadAddress(uint64_t Address) = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h33 bool setLoadAddress(uint64_t Address) override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h41 bool setLoadAddress(uint64_t Address) override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
H A DRuntimeDyld.cpp818 Sections.back().setLoadAddress(0); in emitSection()
992 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp153 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp187 m_session_up->setLoadAddress(obj_load_address); in InitializeObject()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1051 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()