Displaying 1 result from an estimated 1 matches for "codealignmentfactor".
2013 Feb 06
0
[LLVMdev] [llvm] r174463 - Initial support for DWARF CFI parsing and dumping in LLVM
...and FDEs) are simply container classes, so the only sensible way to
>> + // create them is by providing the full parsed contents in the constructor.
>> + CIE(DataExtractor D, uint64_t Offset, uint64_t Length, uint8_t Version,
>> + SmallString<8> Augmentation, uint64_t CodeAlignmentFactor,
>> + int64_t DataAlignmentFactor, uint64_t ReturnAddressRegister)
>> + : FrameEntry(FK_CIE, D, Offset, Length), Version(Version),
>> + Augmentation(Augmentation), CodeAlignmentFactor(CodeAlignmentFactor),
>> + DataAlignmentFactor(DataAlignmentFactor),
>>...