Home
last modified time | relevance | path

Searched refs:CFIP (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp423 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned()
448 const uint64_t CodeAlignmentFactor = CFIP.codeAlign(); in getOperandAsUnsigned()
468 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsSigned()
492 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
502 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
519 for (const CFIProgram::Instruction &Inst : CFIP) { in parseRows()
571 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
616 switch (CFIP.triple()) { in parseRows()
638 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
752 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h395 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
423 Expected<uint64_t> getOperandAsUnsigned(const CFIProgram &CFIP,
426 Expected<int64_t> getOperandAsSigned(const CFIProgram &CFIP,