Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h44 bool isPdbBlockMapBlock() const;
H A DExplainOutputStyle.cpp55 else if (isPdbBlockMapBlock()) in explainPdbFile()
116 bool ExplainOutputStyle::isPdbBlockMapBlock() const { in isPdbBlockMapBlock() function in ExplainOutputStyle