#include <SVFLLVMValue.h>
|
enum | SVFValKind {
SVFVal
, SVFFunc
, SVFBB
, SVFInst
,
SVFCall
, SVFVCall
, SVFGlob
, SVFArg
,
SVFConst
, SVFConstData
, SVFMetaAsValue
, SVFOther
} |
|
typedef s64_t | GNodeK |
|
| SVFLLVMValue (const SVFType *ty, SVFValKind k) |
| Constructor without name.
|
|
void | setConstDataOrAggData () |
|
void | setPtrInUncalledFunction () |
|
const SVFType * | type |
| Type of this SVFValue.
|
|
std::string | name |
| Short name of value for printing & debugging.
|
|
std::string | sourceLoc |
|
Definition at line 563 of file SVFLLVMValue.h.
◆ SVFArgument() [1/2]
◆ SVFArgument() [2/2]
SVF::SVFArgument::SVFArgument |
( |
| ) |
|
|
delete |
◆ classof()
◆ getArgNo()
u32_t SVF::SVFArgument::getArgNo |
( |
| ) |
const |
|
inline |
Return the index of this formal argument in its containing function. For example in "void foo(int a, float b)" a is 0 and b is 1.
Definition at line 587 of file SVFLLVMValue.h.
◆ getParent()
◆ isArgOfUncalledFunction()
bool SVF::SVFArgument::isArgOfUncalledFunction |
( |
| ) |
const |
|
inline |
◆ SVFIRReader
◆ SVFIRWriter
◆ argNo
u32_t SVF::SVFArgument::argNo |
|
private |
◆ fun
◆ uncalled
bool SVF::SVFArgument::uncalled |
|
private |
The documentation for this class was generated from the following file: