Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.h42 bool isPdbFpmBlock() const;
H A DExplainOutputStyle.cpp52 else if (isPdbFpmBlock()) in explainPdbFile()
111 bool ExplainOutputStyle::isPdbFpmBlock() const { in isPdbFpmBlock() function in ExplainOutputStyle
202 assert(isPdbFpmBlock()); in explainPdbFpmBlockOffset()