Searched refs:StackSlotLabel (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 624 llvm::StringRef StackSlotLabel, in Act() argument 632 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 635 if (!StackSlotLabel.empty()) { in Act() 638 return x.StackSlotLabel == StackSlotLabel; in Act() 739 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument 760 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 589 llvm::StringRef StackSlotLabel; member 593 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot() 595 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 601 llvm::StringRef StackSlotLabel, ValueType Value) { in Act() 608 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 611 if (!StackSlotLabel.empty()) { in Act() 614 return x.StackSlotLabel == StackSlotLabel; in Act() 10644 llvm::StringRef StackSlotLabel, 13975 llvm::StringRef StackSlotLabel,
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4303 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions() 4323 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()
|