|
LLVM
8.0.1
|
A specialized pseudo source value for holding external symbol 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 source value for holding external symbol values.
Definition at line 143 of file PseudoSourceValue.h.
| ExternalSymbolPseudoSourceValue::ExternalSymbolPseudoSourceValue | ( | const char * | ES, |
| const TargetInstrInfo & | TII | ||
| ) |
Definition at line 103 of file PseudoSourceValue.cpp.
|
inlinestatic |
Definition at line 149 of file PseudoSourceValue.h.
References llvm::PseudoSourceValue::ExternalSymbolCallEntry, and llvm::PseudoSourceValue::kind().
Definition at line 153 of file PseudoSourceValue.h.
1.8.13