Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h134 uint64_t StackLeaf = CallStack.front(); in validateInitialState() local
138 if (StackLeaf < LBRLeaf || StackLeaf >= LBRLeaf + 0x100) { in validateInitialState()
140 << format("%#010x", StackLeaf) in validateInitialState()