LLVM
8.0.1
|
A specialized pseudo soruce value for holding GlobalValue values. More...
#include "llvm/CodeGen/PseudoSourceValue.h"
Static Public Member Functions | |
static bool | classof (const PseudoSourceValue *V) |
Additional Inherited Members | |
Public Types inherited from llvm::PseudoSourceValue | |
enum | PSVKind : unsigned { Stack, GOT, JumpTable, ConstantPool, FixedStack, GlobalValueCallEntry, ExternalSymbolCallEntry, TargetCustom } |
Protected Member Functions inherited from llvm::CallEntryPseudoSourceValue | |
CallEntryPseudoSourceValue (unsigned Kind, const TargetInstrInfo &TII) | |
A specialized pseudo soruce value for holding GlobalValue values.
Definition at line 128 of file PseudoSourceValue.h.
GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue | ( | const GlobalValue * | GV, |
const TargetInstrInfo & | TII | ||
) |
Definition at line 99 of file PseudoSourceValue.cpp.
|
inlinestatic |
Definition at line 135 of file PseudoSourceValue.h.
References llvm::PseudoSourceValue::GlobalValueCallEntry, and llvm::PseudoSourceValue::kind().
|
inline |
Definition at line 139 of file PseudoSourceValue.h.