Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp310 llvm::StringRef StackSlotLabel, in Act() argument
318 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
321 if (!StackSlotLabel.empty()) { in Act()
324 return x.StackSlotLabel == StackSlotLabel; in Act()
395 llvm::StringRef StackSlotLabel, in ActOnPragmaMSSeg() argument
410 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); in ActOnPragmaMSSeg()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h400 llvm::StringRef StackSlotLabel; member
404 Slot(llvm::StringRef StackSlotLabel, ValueType Value, in Slot()
406 : StackSlotLabel(StackSlotLabel), Value(Value), in Slot()
412 llvm::StringRef StackSlotLabel,
8417 llvm::StringRef StackSlotLabel,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4425 AddString(StackEntry.StackSlotLabel, Record); in WritePackPragmaOptions()