Searched refs:setLoadAddress (Results 1 – 11 of 11) sorted by relevance
30 virtual bool setLoadAddress(uint64_t Address) = 0;
32 bool setLoadAddress(uint64_t Address) override;
48 bool setLoadAddress(uint64_t Address) override;
28 Session->setLoadAddress(ImageBase.get()); in PDBContext()
219 command->setLoadAddress(range.m_begin); in processLoadOperation()
144 bool DIASession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in DIASession
97 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() function
902 Sections.back().setLoadAddress(0); in emitSection()1076 Sections[SectionID].setLoadAddress(Addr); in reassignSectionAddress()
511 inline void setLoadAddress(uint32_t address) { m_address = address; } in setLoadAddress() function
198 bool NativeSession::setLoadAddress(uint64_t Address) { in setLoadAddress() function in NativeSession
1065 Session->setLoadAddress(opts::pretty::LoadAddress); in dumpPretty()