Home
last modified time | relevance | path

Searched refs:getRawOperand (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp343 EntryValExprSize = Op.getRawOperand(0); in print()
419 uint64_t DwarfRegNum = Op.getRawOperand(0); in printCompactDWARFExpr()
430 int DwarfRegNum = Op.getRawOperand(0); in printCompactDWARFExpr()
431 int64_t Offset = Op.getRawOperand(1); in printCompactDWARFExpr()
447 uint64_t SubExprLength = Op.getRawOperand(0); in printCompactDWARFExpr()
479 int64_t Offset = Op.getRawOperand(0); in printCompactDWARFExpr()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h91 uint64_t getRawOperand(unsigned Idx) { return Operands[Idx]; } in getRawOperand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp967 RefOffset = Op.getRawOperand(0); in cloneExpression()
969 OutputBuffer.push_back(Op.getRawOperand(0)); in cloneExpression()
970 RefOffset = Op.getRawOperand(1); in cloneExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2518 CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die->getOffset(); in emitDebugLocEntry()