Searched defs:StackEntry (Results 1 – 5 of 5) sorted by relevance
100 struct StackEntry struct105 explicit StackEntry (const xe::ri::List* list_) : list(list_), curNdx(0) {} in StackEntry() argument
319 struct StackEntry { struct320 uint64_t Timestamp;321 Profile::FuncID FuncId;
53 using StackEntry = std::pair<BasicBlock *, Value *>; typedef
308 Instruction *StackEntry = in runOnFunction() local
1331 struct StackEntry struct1333 debug::LexicalBlock *block;1334 uint32_t line;1336 …ol operator!=(const StackEntry &other) const { return block != other.block || line != other.line; } in operator !=()