LLVM 22.0.0git
|
A specialized pseudo source 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 TargetMachine &TM) |
A specialized pseudo source value for holding GlobalValue values.
Definition at line 125 of file PseudoSourceValue.h.
GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue | ( | const GlobalValue * | GV, |
const TargetMachine & | TM ) |
Definition at line 97 of file PseudoSourceValue.cpp.
References llvm::CallEntryPseudoSourceValue::CallEntryPseudoSourceValue(), and llvm::PseudoSourceValue::GlobalValueCallEntry.
|
inlinestatic |
Definition at line 132 of file PseudoSourceValue.h.
References llvm::PseudoSourceValue::GlobalValueCallEntry.
|
inline |
Definition at line 136 of file PseudoSourceValue.h.