LLVM 20.0.0git
|
#include "llvm/Demangle/MicrosoftDemangleNodes.h"
#include "llvm/Demangle/Utility.h"
#include <cctype>
#include <string>
Go to the source code of this file.
Macros | |
#define | OUTPUT_ENUM_CLASS_VALUE(Enum, Value, Desc) |
Functions | |
static void | outputSpaceIfNecessary (OutputBuffer &OB) |
static void | outputSingleQualifier (OutputBuffer &OB, Qualifiers Q) |
static bool | outputQualifierIfPresent (OutputBuffer &OB, Qualifiers Q, Qualifiers Mask, bool NeedSpace) |
static void | outputQualifiers (OutputBuffer &OB, Qualifiers Q, bool SpaceBefore, bool SpaceAfter) |
static void | outputCallingConvention (OutputBuffer &OB, CallingConv CC) |
Definition at line 21 of file MicrosoftDemangleNodes.cpp.
|
static |
Definition at line 78 of file MicrosoftDemangleNodes.cpp.
References CC, outputSpaceIfNecessary(), and llvm::CallingConv::Swift.
Referenced by llvm::ms_demangle::FunctionSignatureNode::outputPre(), and llvm::ms_demangle::PointerTypeNode::outputPre().
|
static |
Definition at line 52 of file MicrosoftDemangleNodes.cpp.
References outputSingleQualifier().
Referenced by outputQualifiers().
|
static |
Definition at line 64 of file MicrosoftDemangleNodes.cpp.
References outputQualifierIfPresent(), llvm::ms_demangle::Q_Const, llvm::ms_demangle::Q_None, llvm::ms_demangle::Q_Restrict, and llvm::ms_demangle::Q_Volatile.
Referenced by llvm::ms_demangle::SpecialTableSymbolNode::output(), llvm::ms_demangle::PrimitiveTypeNode::outputPre(), llvm::ms_demangle::PointerTypeNode::outputPre(), llvm::ms_demangle::TagTypeNode::outputPre(), and llvm::ms_demangle::ArrayTypeNode::outputPre().
|
static |
Definition at line 36 of file MicrosoftDemangleNodes.cpp.
References llvm::ms_demangle::Q_Const, llvm::ms_demangle::Q_Restrict, and llvm::ms_demangle::Q_Volatile.
Referenced by outputQualifierIfPresent().
|
static |
Definition at line 27 of file MicrosoftDemangleNodes.cpp.
References llvm::CallingConv::C.
Referenced by llvm::ms_demangle::VariableSymbolNode::output(), llvm::ms_demangle::FunctionSymbolNode::output(), outputCallingConvention(), and llvm::ms_demangle::PointerTypeNode::outputPre().