Home
last modified time | relevance | path

Searched refs:StackSlotLabel (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp331 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
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/external/clang/include/clang/Sema/
DSema.h364 llvm::StringRef StackSlotLabel; member
367 Slot(llvm::StringRef StackSlotLabel, in Slot()
370 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot()
375 llvm::StringRef StackSlotLabel,
7619 llvm::StringRef StackSlotLabel,