Searched refs:StackSlotLabel (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 545 llvm::StringRef StackSlotLabel, in Act() argument 553 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 556 if (!StackSlotLabel.empty()) { in Act() 559 return x.StackSlotLabel == StackSlotLabel; in Act() 660 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument 681 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 593 llvm::StringRef StackSlotLabel; member 597 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot() 599 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 605 llvm::StringRef StackSlotLabel, ValueType Value) { in Act() 612 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 615 if (!StackSlotLabel.empty()) { in Act() 618 return x.StackSlotLabel == StackSlotLabel; in Act() 9989 llvm::StringRef StackSlotLabel, 13051 llvm::StringRef StackSlotLabel,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4087 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions() 4107 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()
|