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.cpp736 llvm::StringRef StackSlotLabel, in Act() argument
744 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
747 if (!StackSlotLabel.empty()) { in Act()
750 return x.StackSlotLabel == StackSlotLabel; in Act()
849 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument
870 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1925 llvm::StringRef StackSlotLabel; member
1929 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot()
1931 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot()
1937 llvm::StringRef StackSlotLabel, ValueType Value) { in Act()
1944 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
1947 if (!StackSlotLabel.empty()) { in Act()
1950 return x.StackSlotLabel == StackSlotLabel; in Act()
2228 llvm::StringRef StackSlotLabel,
15485 llvm::StringRef StackSlotLabel,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5137 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions()
5157 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()