Searched refs:getSectionHeaders (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h81 FixedStreamArray<object::coff_section> getSectionHeaders() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp230 for (; Section < Dbi->getSectionHeaders().size(); ++Section) {
231 auto &Sec = Dbi->getSectionHeaders()[Section];
378 uint32_t MaxSection = Dbi->getSectionHeaders().size();
381 auto &Sec = Dbi->getSectionHeaders()[Section - 1];
H A DDbiStream.cpp201 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { function in class:DbiStream
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp66 uint32_t max_section = dbi().getSectionHeaders().size();
74 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1];

Completed in 125 milliseconds