Searched refs:getSectionHeaders (Results 1 – 9 of 9) sorted by relevance
231 for (; Section < Dbi->getSectionHeaders().size(); ++Section) { in addressForRVA()232 auto &Sec = Dbi->getSectionHeaders()[Section]; in addressForRVA()382 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset()385 auto &Sec = Dbi->getSectionHeaders()[Section - 1]; in getRVAFromSectOffset()
201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders() function in DbiStream
66 uint32_t max_section = dbi().getSectionHeaders().size(); in MakeVirtualAddress()74 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1]; in MakeVirtualAddress()
81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders();
245 DbiStream::getSectionHeaders() { in getSectionHeaders() function in DbiStream
732 for (const object::coff_section &Section : Dbi->getSectionHeaders()) { in dumpSectionHeaders()