Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h46 std::optional<uint32_t> getPdbBlockStreamIndex() const;
H A DExplainOutputStyle.cpp61 else if (auto Index = getPdbBlockStreamIndex()) in explainPdbFile()
127 std::optional<uint32_t> ExplainOutputStyle::getPdbBlockStreamIndex() const { in getPdbBlockStreamIndex() function in ExplainOutputStyle