LLVM
15.0.0git
|
#include "llvm/Demangle/MicrosoftDemangle.h"
Public Member Functions | |
Demangler ()=default | |
virtual | ~Demangler ()=default |
SymbolNode * | parse (StringView &MangledName) |
TagTypeNode * | parseTagUniqueName (StringView &MangledName) |
void | dumpBackReferences () |
Public Attributes | |
bool | Error = false |
Definition at line 138 of file MicrosoftDemangle.h.
|
default |
Definition at line 539 of file DLangDemangle.cpp.
|
virtualdefault |
void Demangler::dumpBackReferences | ( | ) |
Definition at line 2308 of file MicrosoftDemangle.cpp.
References B, I, initializeOutputBuffer(), llvm::X86II::OB, and llvm::ms_demangle::OF_Default.
SymbolNode * Demangler::parse | ( | StringView & | MangledName | ) |
Definition at line 799 of file MicrosoftDemangle.cpp.
References SI.
TagTypeNode * Demangler::parseTagUniqueName | ( | StringView & | MangledName | ) |
Definition at line 825 of file MicrosoftDemangle.cpp.
bool llvm::ms_demangle::Demangler::Error = false |
Definition at line 150 of file MicrosoftDemangle.h.