LLVM 20.0.0git
|
#include "llvm/Demangle/Demangle.h"
#include "llvm/Demangle/StringViewExtras.h"
#include <cstdlib>
#include <string_view>
Go to the source code of this file.
Functions | |
static bool | isItaniumEncoding (std::string_view S) |
static bool | isRustEncoding (std::string_view S) |
static bool | isDLangEncoding (std::string_view S) |
|
static |
Definition at line 47 of file Demangle.cpp.
References starts_with().
Referenced by llvm::nonMicrosoftDemangle().
|
static |
Definition at line 40 of file Demangle.cpp.
References starts_with().
Referenced by llvm::nonMicrosoftDemangle().
|
static |
Definition at line 45 of file Demangle.cpp.
References starts_with().
Referenced by llvm::nonMicrosoftDemangle().