Lines Matching defs:CFIProgram
312 class CFIProgram;
357 /// CFIProgram is retrieved from the \a Cie object and used to create the
367 /// CFIProgram is retrieved from the \a Fde object and used to create the
380 /// Parse the information in the CFIProgram and update the CurrRow object
395 Error parseRows(const CFIProgram &CFIP, UnwindRow &CurrRow,
407 class CFIProgram {
423 Expected<uint64_t> getOperandAsUnsigned(const CFIProgram &CFIP,
426 Expected<int64_t> getOperandAsSigned(const CFIProgram &CFIP,
445 CFIProgram(uint64_t CodeAlignmentFactor, int64_t DataAlignmentFactor,
546 const CFIProgram &cfis() const { return CFIs; }
547 CFIProgram &cfis() { return CFIs; }
563 CFIProgram CFIs;