Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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