Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp422 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned()
447 const uint64_t CodeAlignmentFactor = CFIP.codeAlign(); in getOperandAsUnsigned()
467 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsSigned()
491 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
501 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
517 for (const CFIProgram::Instruction &Inst : CFIP) { in parseRows()
569 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
612 switch (CFIP.triple()) { in parseRows()
634 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
748 CFIP.callFrameString(Inst.Opcode).str().c_str()); in parseRows()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h393 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
421 Expected<uint64_t> getOperandAsUnsigned(const CFIProgram &CFIP,
424 Expected<int64_t> getOperandAsSigned(const CFIProgram &CFIP,