Searched refs:StackSlotLabel (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 635 llvm::StringRef StackSlotLabel, in Act() argument 643 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 646 if (!StackSlotLabel.empty()) { in Act() 649 return x.StackSlotLabel == StackSlotLabel; in Act() 750 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument 771 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1623 llvm::StringRef StackSlotLabel; member 1627 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot() 1629 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 1635 llvm::StringRef StackSlotLabel, ValueType Value) { in Act() 1642 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 1645 if (!StackSlotLabel.empty()) { in Act() 1648 return x.StackSlotLabel == StackSlotLabel; in Act() 1921 llvm::StringRef StackSlotLabel, 15113 llvm::StringRef StackSlotLabel,
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4613 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions() 4633 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()
|