Home
last modified time | relevance | path

Searched refs:getDebugStreamIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp171 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Exception)) in dumpStreamSummary()
173 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Fixup)) in dumpStreamSummary()
175 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::FPO)) in dumpStreamSummary()
178 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::NewFPO)) in dumpStreamSummary()
181 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapFromSrc)) in dumpStreamSummary()
184 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapToSrc)) in dumpStreamSummary()
186 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata)) in dumpStreamSummary()
189 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdr)) in dumpStreamSummary()
193 Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdrOrig)) in dumpStreamSummary()
196 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::TokenRidMap)) in dumpStreamSummary()
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp285 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::SectionHdr); in initializeSectionHeadersData()
310 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::NewFPO); in initializeFpoRecords()
422 uint32_t DbiStream::getDebugStreamIndex(DbgHeaderType Type) const { in getDebugStreamIndex() function in DbiStream
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h93 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;