Home
last modified time | relevance | path

Searched refs:Augmentation (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h171 SmallString<8> Augmentation, uint8_t AddressSize, in CIE() argument
179 Version(Version), Augmentation(std::move(Augmentation)), in CIE()
191 StringRef getAugmentationString() const { return Augmentation; } in getAugmentationString()
209 const SmallString<8> Augmentation; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp294 OS << " Augmentation: \"" << Augmentation << "\"\n"; in dump()
392 const char *Augmentation = Data.getCStr(&Offset); in parse() local
393 StringRef AugmentationString(Augmentation ? Augmentation : ""); in parse()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1569 SmallString<8> Augmentation; in EmitCIE() local
1570 Augmentation += "z"; in EmitCIE()
1572 Augmentation += "P"; in EmitCIE()
1574 Augmentation += "L"; in EmitCIE()
1575 Augmentation += "R"; in EmitCIE()
1577 Augmentation += "S"; in EmitCIE()
1579 Augmentation += "B"; in EmitCIE()
1580 Streamer.EmitBytes(Augmentation); in EmitCIE()
/freebsd-12.1/contrib/gcc/config/arm/
H A Dlib1funcs.asm154 .ascii "\0" @ CIE Augmentation