Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp638 llvm::StringRef StackSlotLabel, in Act() argument
646 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
649 if (!StackSlotLabel.empty()) { in Act()
652 return x.StackSlotLabel == StackSlotLabel; in Act()
753 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument
774 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h591 llvm::StringRef StackSlotLabel; member
595 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot()
597 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot()
603 llvm::StringRef StackSlotLabel, ValueType Value) { in Act()
610 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
613 if (!StackSlotLabel.empty()) { in Act()
616 return x.StackSlotLabel == StackSlotLabel; in Act()
10314 llvm::StringRef StackSlotLabel,
13598 llvm::StringRef StackSlotLabel,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4284 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions()
4304 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()