#include <SVFLLVMValue.h>
|
enum | SVFValKind {
SVFVal
, SVFFunc
, SVFBB
, SVFInst
,
SVFCall
, SVFVCall
, SVFGlob
, SVFArg
,
SVFConst
, SVFConstData
, SVFMetaAsValue
, SVFOther
} |
|
typedef s64_t | GNodeK |
|
const SVFType * | type |
| Type of this SVFValue.
|
|
std::string | name |
| Short name of value for printing & debugging.
|
|
std::string | sourceLoc |
|
Definition at line 429 of file SVFLLVMValue.h.
◆ SVFCallInst() [1/2]
Definition at line 454 of file SVFLLVMValue.h.
454 :
456 {
457 }
const SVFLLVMValue * calledVal
SVFInstruction(void)=delete
llvm::IRBuilder IRBuilder
◆ SVFCallInst() [2/2]
SVF::SVFCallInst::SVFCallInst |
( |
void |
| ) |
|
|
delete |
◆ addArgument()
attributes to be set only through Module builders e.g., LLVMModule
Definition at line 443 of file SVFLLVMValue.h.
444 {
446 }
std::vector< const SVFLLVMValue * > args
◆ arg_empty()
bool SVF::SVFCallInst::arg_empty |
( |
| ) |
const |
|
inline |
◆ arg_size()
u32_t SVF::SVFCallInst::arg_size |
( |
| ) |
const |
|
inline |
◆ classof() [1/2]
◆ classof() [2/2]
◆ getArgOperand()
◆ getCalledFunction()
◆ getCalledOperand()
◆ getCaller()
Definition at line 497 of file SVFLLVMValue.h.
498 {
500 }
const FunObjVar * getFunction() const
◆ getNumArgOperands()
u32_t SVF::SVFCallInst::getNumArgOperands |
( |
| ) |
const |
|
inline |
◆ isVarArg()
bool SVF::SVFCallInst::isVarArg |
( |
| ) |
const |
|
inline |
◆ setCalledOperand()
◆ LLVMModuleSet
◆ SVFIRBuilder
◆ SVFIRReader
◆ SVFIRWriter
◆ args
◆ calledVal
◆ varArg
bool SVF::SVFCallInst::varArg |
|
private |
The documentation for this class was generated from the following file: