LLVM  8.0.1
Variables
PseudoSourceValue.cpp File Reference
#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for PseudoSourceValue.cpp:

Go to the source code of this file.

Variables

static const char *const PSVNames []
 

Variable Documentation

◆ PSVNames

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

Definition at line 24 of file PseudoSourceValue.cpp.