Searched refs:setLoadAddress (Results 1 – 12 of 12) sorted by relevance
50 S->setLoadAddress(123); in TEST()
68 bool setLoadAddress(uint64_t Address) override { return false; } in setLoadAddress() function in __anonb072cdf30111::MockSession
30 virtual bool setLoadAddress(uint64_t Address) = 0;
32 bool setLoadAddress(uint64_t Address) override;
52 bool setLoadAddress(uint64_t Address) override;
30 Session->setLoadAddress(ImageBase.get()); in PDBContext()
922 Sections.back().setLoadAddress(LoadAddress); in emitSection()925 Sections.back().setLoadAddress(0); in emitSection()1099 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
206 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
200 m_session_up->setLoadAddress(obj_load_address); in InitializeObject()
1091 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()