Home
last modified time | relevance | path

Searched defs:AugmentationString (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp393 StringRef AugmentationString(Augmentation ? Augmentation : ""); in parse() local
497 StringRef AugmentationString = Cie->getAugmentationString(); in parse() local
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h247 SmallString<8> AugmentationString; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp205 char AugmentationString[8] = {'L', 'L', 'V', 'M', '0', '7', '0', '0'}; member