Static Value-Flow Analysis
Loading...
Searching...
No Matches
Functions
SVFValue.cpp File Reference
#include "SVFIR/SVFValue.h"
#include "Util/SVFUtil.h"
#include "Graphs/GenericGraph.h"
#include "Util/SVFLoopAndDomInfo.h"

Go to the source code of this file.

Functions

 __attribute__ ((weak)) const std
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak ) const

Definition at line 11 of file SVFValue.cpp.

13{
14 assert("SVFBaseNode::valueOnlyToString should be implemented or supported by fronted" && false);
15 abort();
16}
17
18
21{
22 fldIdxVec.push_back(fldIdx);
23 elemIdxVec.push_back(elemIdx);
24 fldIdx2TypeMap[fldIdx] = type;
25}
unsigned u32_t
Definition CommandLine.h:18
newitem type
Definition cJSON.cpp:2739
void addFldWithType(u32_t fldIdx, const SVFType *type, u32_t elemIdx)
Add field index and element index and their corresponding type.
std::vector< u32_t > fldIdxVec
flattened field indices of a struct (ignoring arrays)
Definition SVFType.h:53
std::vector< u32_t > elemIdxVec
Definition SVFType.h:56
Map< u32_t, const SVFType * > fldIdx2TypeMap
Types of all fields of a struct.
Definition SVFType.h:58
llvm::IRBuilder IRBuilder
Definition BasicTypes.h:74