Go to the source code of this file.
◆ __attribute__()
| __attribute__ |
( |
(weak) |
| ) |
const |
Definition at line 42 of file SVFValue.cpp.
44{
45 assert(
"SVFBaseNode::valueOnlyToString should be implemented or supported by fronted" &&
false);
47}
48
51{
52 assert(
"SVFBaseNode::hasLLVMValue should be implemented or supported by fronted" &&
false);
54}
55
58{
62}
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