Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DExceptions.h94 : FDEPtrEncoding(F), LSDAPtrEncoding(L), AugmentationString(A) {} member
/llvm-project/bolt/lib/Core/
H A DExceptions.cpp768 StringRef AugmentationString(Augmentation ? Augmentation : ""); parseCIE() local
849 StringRef AugmentationString = Cie->AugmentationString; parseFDE() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1086 StringRef AugmentationString(Augmentation ? Augmentation : ""); parse() local
1201 StringRef AugmentationString = Cie->getAugmentationString(); parse() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h401 SmallString<8> AugmentationString; member
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp186 char AugmentationString[8] = {'L', 'L', 'V', 'M', '0', '7', '0', '0'}; global() member
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp700 StringRef AugmentationString = "LLVM0700"; emitDebugNamesHeader() local