Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h92 LLVM_ABI std::optional<unsigned> getSubCode() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp222 assert(Op.getSubCode() == dwarf::DW_OP_LLVM_nop); in printCompactDWARFExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp241 std::optional<unsigned> DWARFExpression::Operation::getSubCode() const { in getSubCode() function in llvm::DWARFExpression::Operation
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp1119 assert(!Op.getSubCode() && "SubOps not yet supported"); in cloneDieAttrExpression()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1183 assert(!Op.getSubCode() && "SubOps not yet supported"); in cloneExpression()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp3053 assert(!Op.getSubCode() && "SubOps not yet supported"); in emitDebugLocEntry()