Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp240 for (; Section < Dbi->getSectionHeaders().size(); ++Section) { in addressForRVA()
241 auto &Sec = Dbi->getSectionHeaders()[Section]; in addressForRVA()
391 uint32_t MaxSection = Dbi->getSectionHeaders().size(); in getRVAFromSectOffset()
394 auto &Sec = Dbi->getSectionHeaders()[Section - 1]; in getRVAFromSectOffset()
H A DDbiStream.cpp199 FixedStreamArray<object::coff_section> DbiStream::getSectionHeaders() const { in getSectionHeaders() function in DbiStream
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp64 uint32_t max_section = dbi().getSectionHeaders().size(); in MakeVirtualAddress()
71 const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1]; in MakeVirtualAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h83 FixedStreamArray<object::coff_section> getSectionHeaders() const;