Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp421 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned()
446 const uint64_t CodeAlignmentFactor = CFIP.codeAlign(); in getOperandAsUnsigned()
466 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsSigned()
490 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
500 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
516 for (const CFIProgram::Instruction &Inst : CFIP) { in parseRows()
568 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
611 switch (CFIP.triple()) { in parseRows()
633 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
747 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h391 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
419 Expected<uint64_t> getOperandAsUnsigned(const CFIProgram &CFIP,
422 Expected<int64_t> getOperandAsSigned(const CFIProgram &CFIP,