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

References

include/llvm/IR/DebugInfoMetadata.h
 2572            getElement(0) == dwarf::DW_OP_LLVM_entry_value;
lib/BinaryFormat/Dwarf.cpp
  152   case DW_OP_LLVM_entry_value:
  165       .Case("DW_OP_LLVM_entry_value", DW_OP_LLVM_entry_value)
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  674         MF->getFunction().getContext(), {dwarf::DW_OP_LLVM_entry_value, 1});
lib/CodeGen/AsmPrinter/DwarfExpression.cpp
  323   assert(Op && Op->getOp() == dwarf::DW_OP_LLVM_entry_value);
lib/IR/DebugInfoMetadata.cpp
  846   case dwarf::DW_OP_LLVM_entry_value:
  893     case dwarf::DW_OP_LLVM_entry_value: {
 1055     Ops.push_back(dwarf::DW_OP_LLVM_entry_value);