Home
last modified time | relevance | path

Searched refs:WasmLocationArg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.cpp101 Desc(Op::Dwarf4, Op::SizeLEB, Op::WasmLocationArg); in getOpDescriptions()
206 case Operation::WasmLocationArg: in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFExpression.h49 WasmLocationArg = 30, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp85 } else if (Size == DWARFExpression::Operation::WasmLocationArg) { in printOp()