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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  474     CallInst *call_inst = dyn_cast<CallInst>(&i);
  492         RegisterInstruction(i);
  493         msgSend_types[&i] = eMsgSend;
  498         RegisterInstruction(i);
  499         msgSend_types[&i] = eMsgSend_stret;
  504         RegisterInstruction(i);
  505         msgSend_types[&i] = eMsgSend_fpret;
  510         RegisterInstruction(i);
  511         msgSend_types[&i] = eMsgSendSuper;
  516         RegisterInstruction(i);
  517         msgSend_types[&i] = eMsgSendSuper_stret;