Home
last modified time | relevance | path

Searched refs:DbgHeaderType (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp133 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Exception)) in discoverStreamPurposes()
136 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Fixup)) in discoverStreamPurposes()
139 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::FPO)) in discoverStreamPurposes()
142 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::NewFPO)) in discoverStreamPurposes()
146 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapFromSrc)) in discoverStreamPurposes()
150 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::OmapToSrc)) in discoverStreamPurposes()
153 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata)) in discoverStreamPurposes()
156 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdr)) in discoverStreamPurposes()
161 Dbi->getDebugStreamIndex(DbgHeaderType::SectionHdrOrig)) in discoverStreamPurposes()
165 StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::TokenRidMap)) in discoverStreamPurposes()
[all …]
DDumpOutputStyle.h99 void dumpSectionHeaders(StringRef Label, DbgHeaderType Type);
DDumpOutputStyle.cpp450 loadSectionHeaders(PDBFile &File, DbgHeaderType Type) { in loadSectionHeaders()
482 auto ExpectedHeaders = loadSectionHeaders(File, DbgHeaderType::SectionHdr); in getSectionNames()
1555 dumpSectionHeaders("Section Headers", DbgHeaderType::SectionHdr); in dumpSectionHeaders()
1556 dumpSectionHeaders("Original Section Headers", DbgHeaderType::SectionHdrOrig); in dumpSectionHeaders()
1560 void DumpOutputStyle::dumpSectionHeaders(StringRef Label, DbgHeaderType Type) { in dumpSectionHeaders()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStreamBuilder.h59 Error addDbgStream(pdb::DbgHeaderType Type, ArrayRef<uint8_t> Data);
127 std::array<Optional<DebugStream>, (int)DbgHeaderType::Max> DbgStreams;
DRawConstants.h87 enum class DbgHeaderType : uint16_t { enum
DDbiStream.h77 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DDbiStream.cpp256 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::SectionHdr); in initializeSectionHeadersData()
289 uint32_t StreamNum = getDebugStreamIndex(DbgHeaderType::NewFPO); in initializeFpoRecords()
350 uint32_t DbiStream::getDebugStreamIndex(DbgHeaderType Type) const { in getDebugStreamIndex()
DDbiStreamBuilder.cpp77 Error DbiStreamBuilder::addDbgStream(pdb::DbgHeaderType Type, in addDbgStream()
/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()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h66 enum class DbgHeaderType : uint16_t { enum
DDbiStream.h93 uint32_t getDebugStreamIndex(DbgHeaderType Type) const;