Searched refs:setLoadAddress (Results 1 – 10 of 10) sorted by relevance
31 virtual bool setLoadAddress(uint64_t Address) = 0;
33 bool setLoadAddress(uint64_t Address) override;
29 Session->setLoadAddress(ImageBase.get()); in PDBContext()
41 bool setLoadAddress(uint64_t Address) override;
85 bool NativeSession::setLoadAddress(uint64_t Address) { return false; } in setLoadAddress() function in NativeSession
99 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
818 Sections.back().setLoadAddress(0); in emitSection()992 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
153 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
187 m_session_up->setLoadAddress(obj_load_address); in InitializeObject()
1051 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()