Searched defs:StackEntry (Results 1 – 5 of 5) sorted by relevance
48 struct alignas(16) StackEntry { struct49 int32_t FuncId;50 uint16_t Type;51 uint8_t CPU;52 uint8_t Padding;53 uint64_t TSC;
319 struct StackEntry { struct320 uint64_t Timestamp;321 Profile::FuncID FuncId;
51 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
308 Instruction *StackEntry = in runOnFunction() local
4421 for (const auto &StackEntry : SemaRef.PackStack.Stack) { in WritePackPragmaOptions() local