Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp214 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/
DSema.h345 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,