Home
last modified time | relevance | path

Searched refs:DW_OP_LLVM_entry_value (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp152 case DW_OP_LLVM_entry_value: in OperationEncodingString()
169 .Case("DW_OP_LLVM_entry_value", DW_OP_LLVM_entry_value) in getOperationEncoding()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1364 (*singleLocElts)[0] == dwarf::DW_OP_LLVM_entry_value; in isEntryValue()
1404 case dwarf::DW_OP_LLVM_entry_value: in getSize()
1452 case dwarf::DW_OP_LLVM_entry_value: { in isValid()
1830 Ops.push_back(dwarf::DW_OP_LLVM_entry_value); in prependOpcodes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h144 DW_OP_LLVM_entry_value = 0x1003, ///< Only used in LLVM metadata. enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp410 assert(Op && Op->getOp() == dwarf::DW_OP_LLVM_entry_value); in beginEntryValueExpression()
H A DDwarfDebug.cpp866 MF->getFunction().getContext(), {dwarf::DW_OP_LLVM_entry_value, 1}); in collectCallSiteParameters()