Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp400 CFIProgram::Instruction::getOperandAsUnsigned(const CFIProgram &CFIP, in getOperandAsUnsigned() argument
406 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned()
430 const uint64_t CodeAlignmentFactor = CFIP.codeAlign(); in getOperandAsUnsigned()
444 CFIProgram::Instruction::getOperandAsSigned(const CFIProgram &CFIP, in getOperandAsSigned() argument
450 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsSigned()
473 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
483 const int64_t DataAlignmentFactor = CFIP.dataAlign(); in getOperandAsSigned()
496 Error UnwindTable::parseRows(const CFIProgram &CFIP, UnwindRow &Row, in parseRows() argument
499 for (const CFIProgram::Instruction &Inst : CFIP) { in parseRows()
509 llvm::Expected<uint64_t> NewAddress = Inst.getOperandAsUnsigned(CFIP, 0); in parseRows()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h377 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
404 Expected<uint64_t> getOperandAsUnsigned(const CFIProgram &CFIP,
407 Expected<int64_t> getOperandAsSigned(const CFIProgram &CFIP,