LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Variables
PseudoSourceValue.cpp File Reference
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
Include dependency graph for PseudoSourceValue.cpp:

Go to the source code of this file.

Variables

static const char *const PSVNames []
 

Variable Documentation

const char* const PSVNames[]
static
Initial value:
= {
"Stack",
"GOT",
"JumpTable",
"ConstantPool"
}

Definition at line 54 of file PseudoSourceValue.cpp.