Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp482 auto ExpectedHeaders = loadSectionHeaders(File, DbgHeaderType::SectionHdr); in getSectionNames() local
483 if (!ExpectedHeaders) in getSectionNames()
488 std::tie(Stream, Headers) = std::move(*ExpectedHeaders); in getSectionNames()
1572 auto ExpectedHeaders = loadSectionHeaders(getPdb(), Type); in dumpSectionHeaders() local
1573 if (!ExpectedHeaders) { in dumpSectionHeaders()
1574 P.printLine(toString(ExpectedHeaders.takeError())); in dumpSectionHeaders()
1577 std::tie(Stream, Headers) = std::move(*ExpectedHeaders); in dumpSectionHeaders()