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

References

include/llvm/IR/DebugInfoMetadata.h
 2431     return {expr_op_begin(), expr_op_end()};
 2458     return getFragmentInfo(expr_op_begin(), expr_op_end());
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
   44   while (Op != DIExpr->expr_op_end()) {
   49       if (Op != DIExpr->expr_op_end()) {
lib/CodeGen/AsmPrinter/DwarfExpression.h
   46     End = Expr->expr_op_end();
lib/IR/AsmWriter.cpp
 2142     for (auto I = N->expr_op_begin(), E = N->expr_op_end(); I != E; ++I) {
lib/IR/DebugInfoMetadata.cpp
  855   for (auto I = expr_op_begin(), E = expr_op_end(); I != E; ++I) {