Home
last modified time | relevance | path

Searched refs:DW_OP_not (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A Ddwarf2.h110 DW_OP_not = 0x20, enumerator
H A DDwarfInstructions.hpp651 case DW_OP_not: in evaluateExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp36 emitOp(dwarf::DW_OP_not); in emitConstu()
608 case dwarf::DW_OP_not: in addExpression()
741 emitOp(dwarf::DW_OP_not); in emitLegacySExt()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_loc.c152 case DW_OP_not: in _dwarf_loc_fill_loc()
472 case DW_OP_not: in _dwarf_loc_expr_add_atom()
H A Ddwarf.h380 #define DW_OP_not 0x20 macro
H A Ddwarf_dump.c1193 case DW_OP_not: in dwarf_get_OP_name()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DPostfixExpression.cpp200 m_out_stream.PutHex8(DW_OP_not); in Visit()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp53 Descriptions[DW_OP_not] = Desc(Op::Dwarf2); in getOpDescriptions()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp189 case dwarf::DW_OP_not: in getOperandsDWARFInfo()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp181 case DW_OP_not: // 0x20 in GetOpcodeDataSize()
1462 case DW_OP_not: in Evaluate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1776 case dwarf::DW_OP_not: in isValid()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1425 SmallVector<uint64_t, 1> Ops = {dwarf::DW_OP_not}; in freelyInvertAllUsersOf()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6609 case DW_OP_not: in dump_dwarf_loc()