LLVM API Documentation
#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>
Go to the source code of this file.
Variables | |
| static const char *const | PSVNames [] |
{
"Stack",
"GOT",
"JumpTable",
"ConstantPool"
}
Definition at line 54 of file PseudoSourceValue.cpp.