LLVM  8.0.1
Namespaces | Functions
SymbolRecordHelpers.h File Reference
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
Include dependency graph for SymbolRecordHelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::codeview
 

Functions

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