LLVM 22.0.0git
TypeName.h File Reference
#include <string_view>
#include "llvm/ADT/StringRef.h"
#include <cassert>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define LLVM_GET_TYPE_NAME_CONSTEXPR
#define LLVM_GET_TYPE_NAME_STATIC_ASSERT   0

Functions

template<typename DesiredTypeName>
LLVM_GET_TYPE_NAME_CONSTEXPR StringRef llvm::getTypeName ()
 We provide a function which tries to compute the (demangled) name of a type statically.

Macro Definition Documentation

◆ LLVM_GET_TYPE_NAME_CONSTEXPR

#define LLVM_GET_TYPE_NAME_CONSTEXPR

Definition at line 22 of file TypeName.h.

Referenced by llvm::getTypeName().

◆ LLVM_GET_TYPE_NAME_STATIC_ASSERT

#define LLVM_GET_TYPE_NAME_STATIC_ASSERT   0

Definition at line 23 of file TypeName.h.