LLVM 19.0.0git
Namespaces | Functions
SymbolRecordHelpers.h File Reference
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::codeview
 

Functions

bool llvm::codeview::symbolOpensScope (SymbolKind Kind)
 Return true if this symbol opens a scope.
 
bool llvm::codeview::symbolEndsScope (SymbolKind Kind)
 Return true if this ssymbol ends a scope.
 
uint32_t llvm::codeview::getScopeEndOffset (const CVSymbol &Symbol)
 Given a symbol P for which symbolOpensScope(P) == true, return the corresponding end offset.
 
uint32_t llvm::codeview::getScopeParentOffset (const CVSymbol &Symbol)
 
CVSymbolArray llvm::codeview::limitSymbolArrayToScope (const CVSymbolArray &Symbols, uint32_t ScopeBegin)