Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp622 llvm::StringRef StackSlotLabel, in Act() argument
630 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
633 if (!StackSlotLabel.empty()) { in Act()
636 return x.StackSlotLabel == StackSlotLabel; in Act()
737 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument
758 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h597 llvm::StringRef StackSlotLabel; member
601 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot()
603 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot()
609 llvm::StringRef StackSlotLabel, ValueType Value) { in Act()
616 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
619 if (!StackSlotLabel.empty()) { in Act()
622 return x.StackSlotLabel == StackSlotLabel; in Act()
10962 llvm::StringRef StackSlotLabel,
14367 llvm::StringRef StackSlotLabel,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4385 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions()
4405 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()