Searched refs:StackSlotLabel (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 331 llvm::StringRef StackSlotLabel, in Act() argument 338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 340 if (!StackSlotLabel.empty()) { in Act() 343 [&](const Slot &x) { return x.StackSlotLabel == StackSlotLabel; }); in Act() 413 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument 425 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 307 llvm::StringRef StackSlotLabel; member 310 Slot(llvm::StringRef StackSlotLabel, in Slot() 313 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 318 llvm::StringRef StackSlotLabel, 7171 llvm::StringRef StackSlotLabel,
|