Go to the source code of this file.
◆ __attribute__()
| __attribute__ |
( |
(weak) |
| ) |
const |
Definition at line 43 of file SVFValue.cpp.
45{
46 assert(
"SVFBaseNode::valueOnlyToString should be implemented or supported by fronted" &&
false);
48}
49
52{
53 assert(
"SVFBaseNode::hasLLVMValue should be implemented or supported by fronted" &&
false);
55}
56
59{
63}
const bool hasLLVMValue() const
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)
std::vector< u32_t > elemIdxVec
Map< u32_t, const SVFType * > fldIdx2TypeMap
Types of all fields of a struct.
__attribute__((weak)) std
llvm::IRBuilder IRBuilder