Home
last modified time | relevance | path

Searched refs:DW_OP_LLVM_convert (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp146 case DW_OP_LLVM_convert: in OperationEncodingString()
170 .Case("DW_OP_LLVM_convert", DW_OP_LLVM_convert) in getOperationEncoding()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1683 case dwarf::DW_OP_LLVM_convert: in getSize()
1754 case dwarf::DW_OP_LLVM_convert: in isValid()
2460 case dwarf::DW_OP_LLVM_convert: in constantFold()
2520 DIExpression::ExtOps Ops{{dwarf::DW_OP_LLVM_convert, FromSize, TK, in getExtOps()
2521 dwarf::DW_OP_LLVM_convert, ToSize, TK}}; in getExtOps()
H A DAsmWriter.cpp2632 if (Op.getOp() == dwarf::DW_OP_LLVM_convert) { in writeDIExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp638 case dwarf::DW_OP_LLVM_convert: { in addExpression()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h144 DW_OP_LLVM_convert = 0x1001, ///< Only used in LLVM metadata. enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp138 case DW_OP_LLVM_convert: in GetOpcodeDataSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6429 uint64_t CastOps[] = {dwarf::DW_OP_LLVM_convert, ToWidth, in pushCast()