LLVM  4.0.0
Variables
TypeDatabase.cpp File Reference
#include "llvm/DebugInfo/CodeView/TypeDatabase.h"
Include dependency graph for TypeDatabase.cpp:

Go to the source code of this file.

Variables

static const SimpleTypeEntry SimpleTypeNames []
 The names here all end in "*". More...
 

Variable Documentation

const SimpleTypeEntry SimpleTypeNames[]
static

The names here all end in "*".

If the simple type is a pointer type, we return the whole name. Otherwise we lop off the last character in our StringRef.

Definition at line 25 of file TypeDatabase.cpp.

Referenced by llvm::codeview::TypeDatabase::getTypeName().