Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h44 bool isPdbBlockMapBlock() const;
H A DExplainOutputStyle.cpp57 else if (isPdbBlockMapBlock()) in explainPdbFile()
118 bool ExplainOutputStyle::isPdbBlockMapBlock() const { in isPdbBlockMapBlock() function in ExplainOutputStyle