ΒΆinline bool symbolOpensScope(
llvm::codeview::SymbolKind Kind)
inline bool symbolOpensScope(
llvm::codeview::SymbolKind Kind)
Description
Return true if this symbol opens a scope. This implies that the symbol has "parent" and "end" fields, which contain the offset of the S_END or S_INLINESITE_END record.
Declared at: llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h:19
Parameters
- llvm::codeview::SymbolKind Kind