Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h154 bool symbolIsCompileUnit(SymbolKind Kind) { in symbolIsCompileUnit() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp759 if (symbolOpensScope(Kind) || (IsCompileUnit = symbolIsCompileUnit(Kind))) { in visitSymbolBegin()