Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h98 SmallString<8> Augmentation, uint8_t AddressSize, in CIE() argument
106 Version(Version), Augmentation(std::move(Augmentation)), in CIE()
118 StringRef getAugmentationString() const { return Augmentation; } in getAugmentationString()
139 const SmallString<8> Augmentation; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp117 << " Augmentation: \"" << Augmentation << "\"\n"; in dump()
234 const char *Augmentation = Data.getCStr(&Offset); in parse() local
235 StringRef AugmentationString(Augmentation ? Augmentation : ""); in parse()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1667 SmallString<8> Augmentation; in EmitCIE() local
1668 Augmentation += "z"; in EmitCIE()
1670 Augmentation += "P"; in EmitCIE()
1672 Augmentation += "L"; in EmitCIE()
1673 Augmentation += "R"; in EmitCIE()
1675 Augmentation += "S"; in EmitCIE()
1677 Augmentation += "B"; in EmitCIE()
1679 Augmentation += "G"; in EmitCIE()
1680 Streamer.emitBytes(Augmentation); in EmitCIE()