Searched defs:StackEntry (Results 1 – 6 of 6) sorted by relevance
47 struct alignas(16) StackEntry { struct48 int32_t FuncId;49 uint16_t Type;50 uint8_t CPU;51 uint8_t Padding;52 uint64_t TSC;
72 struct StackEntry { struct73 unsigned NumIn;74 unsigned NumOut;75 bool IsSigned = false;78 SmallVector<Value *, 2> ValuesToRelease;80 StackEntry(unsigned NumIn, unsigned NumOut, bool IsSigned, in StackEntry() function
319 struct StackEntry { struct320 uint64_t Timestamp;321 Profile::FuncID FuncId;
321 Instruction *StackEntry = in runOnFunction() local
35 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
4299 for (const auto &StackEntry : SemaRef.AlignPackStack.Stack) { in WritePackPragmaOptions() local4319 for (const auto &StackEntry : SemaRef.FpPragmaStack.Stack) { in WriteFloatControlPragmaOptions() local