Searched refs:StackSlotLabel (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 590 llvm::StringRef StackSlotLabel; member 594 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot() 596 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 602 llvm::StringRef StackSlotLabel, ValueType Value) { in Act() 609 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 612 if (!StackSlotLabel.empty()) { in Act() 615 return x.StackSlotLabel == StackSlotLabel; in Act() 9920 llvm::StringRef StackSlotLabel, 12948 llvm::StringRef StackSlotLabel,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4087 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions() 4107 AddString(StackEntry.StackSlotLabel, Record); in WriteFloatControlPragmaOptions()
|