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

Declarations

include/llvm/IR/DebugInfoMetadata.h
 2509   static DIExpression *append(const DIExpression *Expr, ArrayRef<uint64_t> Ops);

References

lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  113   DIExpr = DIExpression::append(DIExpr, {dwarf::DW_OP_deref});
  130   DIExpr = DIExpression::append(DIExpr, {dwarf::DW_OP_deref});
lib/CodeGen/SelectionDAG/FastISel.cpp
 1393       Expr = DIExpression::append(Expr, {dwarf::DW_OP_deref});
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  706       Expr = DIExpression::append(Expr, {dwarf::DW_OP_deref});
  754     Expr = DIExpression::append(Expr, {dwarf::DW_OP_deref});
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 5578     Expr = DIExpression::append(Expr, {dwarf::DW_OP_deref});
lib/IR/DebugInfoMetadata.cpp
 1133   return DIExpression::append(Expr, NewOps);
lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
 1067       DIExpression *NewExpr = DIExpression::append(
lib/Transforms/Utils/Local.cpp
 1437             DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref);
unittests/IR/MetadataTest.cpp
 2354   auto *N2 = DIExpression::append(N0, Elts2);