LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLSymbols.h"
Public Member Functions | |
codeview::CVSymbol | toCodeViewSymbol (BumpPtrAllocator &Allocator, codeview::CodeViewContainer Container) const |
Static Public Member Functions | |
static Expected< SymbolRecord > | fromCodeViewSymbol (codeview::CVSymbol Symbol) |
Public Attributes | |
std::shared_ptr< detail::SymbolRecordBase > | Symbol |
Definition at line 33 of file CodeViewYAMLSymbols.h.
|
static |
Definition at line 589 of file CodeViewYAMLSymbols.cpp.
References llvm::codeview::corrupt_record, llvm::codeview::CVRecord< Kind >::kind(), and llvm::ARMBuildAttrs::Symbol.
Referenced by getFileName().
CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol | ( | BumpPtrAllocator & | Allocator, |
codeview::CodeViewContainer | Container | ||
) | const |
Definition at line 561 of file CodeViewYAMLSymbols.cpp.
References llvm::ARMBuildAttrs::Symbol.
std::shared_ptr<detail::SymbolRecordBase> llvm::CodeViewYAML::SymbolRecord::Symbol |
Definition at line 34 of file CodeViewYAMLSymbols.h.
Referenced by fromCodeViewSymbolImpl(), and mapSymbolRecordImpl().