Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp344 EntryValExprSize = Op.getRawOperand(0); in print()
417 uint64_t DwarfRegNum = Op.getRawOperand(0); in printCompactDWARFExpr()
428 int DwarfRegNum = Op.getRawOperand(0); in printCompactDWARFExpr()
429 int64_t Offset = Op.getRawOperand(1); in printCompactDWARFExpr()
445 uint64_t SubExprLength = Op.getRawOperand(0); in printCompactDWARFExpr()
477 int64_t Offset = Op.getRawOperand(0); in printCompactDWARFExpr()
H A DDWARFUnit.cpp791 LocationAddr = It->getRawOperand(0); in updateVariableDieMap()
793 uint64_t DebugAddrOffset = It->getRawOperand(0); in updateVariableDieMap()
806 LocationAddr += It->getRawOperand(0); in updateVariableDieMap()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp197 return Op.getRawOperand(0); in getLocation()
199 uint64_t Index = Op.getRawOperand(0); in getLocation()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h90 uint64_t getRawOperand(unsigned Idx) const { return Operands[Idx]; } in getRawOperand() function
/llvm-project-15.0.7/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp111 !isDeadAddress(Op.getRawOperand(0), U->getVersion(), in isLiveVariable()
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1003 RefOffset = Op.getRawOperand(0); in cloneExpression()
1005 OutputBuffer.push_back(Op.getRawOperand(0)); in cloneExpression()
1006 RefOffset = Op.getRawOperand(1); in cloneExpression()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp639 const uint64_t Index = Expr.getRawOperand(0); in updateUnitDebugInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2540 Streamer.emitDIERef(*CU->ExprRefedBaseTypes[Op.getRawOperand(I)].Die); in emitDebugLocEntry()