Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.h43 bool isPdbBlockMapBlock() const;
DExplainOutputStyle.cpp54 else if (isPdbBlockMapBlock()) in explainPdbFile()
115 bool ExplainOutputStyle::isPdbBlockMapBlock() const { in isPdbBlockMapBlock() function in ExplainOutputStyle