Home | History | Annotate | Download | only in DWARF

Lines Matching defs:Augmentation

203       SmallString<8> Augmentation, uint8_t AddressSize,
209 Augmentation(std::move(Augmentation)), AddressSize(AddressSize),
220 StringRef getAugmentationString() const { return Augmentation; }
235 OS << " Augmentation: \"" << Augmentation << "\"\n";
249 OS << " Augmentation data: ";
264 SmallString<8> Augmentation;
553 const char *Augmentation = Data.getCStr(&Offset);
554 StringRef AugmentationString(Augmentation ? Augmentation : "");
563 // Parse the augmentation data for EH CIEs
575 // Walk the augmentation string to get all the augmentation data.
579 ReportError("Unknown augmentation character in entry at %lx");
596 // Parse the augmentation length first. We only parse it if
607 ReportError("Parsing augmentation data at %lx failed");
641 // Parse the augmentation length and data for this FDE.
647 // Decode the LSDA if the CIE augmentation string said we should.
652 ReportError("Parsing augmentation data at %lx failed");