Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp417 CFIProgram::Instruction::getOperandAsUnsigned(const CFIProgram &CFIP, in getOperandAsUnsigned() argument
423 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned()
448 const uint64_t CodeAlignmentFactor = CFIP.codeAlign(); in getOperandAsUnsigned()
462 CFIProgram::Instruction::getOperandAsSigned(const CFIProgram &CFIP, in getOperandAsSigned() argument
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()
515 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows() argument
519 for (const CFIProgram::Instruction &Inst : CFIP) { in parseRows()
529 llvm::Expected<uint64_t> NewAddress = Inst.getOperandAsUnsigned(CFIP, 0); in parseRows()
[all …]
/freebsd/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,