LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/CVRecord.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/Support/Compiler.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. | |
LLVM_ABI uint32_t | llvm::codeview::getScopeEndOffset (const CVSymbol &Symbol) |
Given a symbol P for which symbolOpensScope(P) == true, return the corresponding end offset. | |
LLVM_ABI uint32_t | llvm::codeview::getScopeParentOffset (const CVSymbol &Symbol) |
LLVM_ABI CVSymbolArray | llvm::codeview::limitSymbolArrayToScope (const CVSymbolArray &Symbols, uint32_t ScopeBegin) |