Searched refs:StackSlotLabel (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 214 llvm::StringRef StackSlotLabel, in Act() argument 221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 223 if (!StackSlotLabel.empty()) { in Act() 226 return x.StackSlotLabel == StackSlotLabel; in Act() 297 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument 312 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 345 llvm::StringRef StackSlotLabel; member 348 Slot(llvm::StringRef StackSlotLabel, in Slot() 351 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot() 356 llvm::StringRef StackSlotLabel, 7768 llvm::StringRef StackSlotLabel,
|