Home
last modified time | relevance | path

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

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