LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
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) |