reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1517     if (LoadInst *load = dyn_cast<LoadInst>(&inst))
 1519         guard_loads.push_back(&inst);
 1521     if (StoreInst *store = dyn_cast<StoreInst>(&inst))
 1523         guard_stores.push_back(&inst);