Lines Matching defs:StackId
10586 /// ',' 'stackIds' ':' '(' StackId [',' StackId]* ')' ')'
10587 /// StackId ::= UInt64
10615 uint64_t StackId = 0;
10616 if (parseUInt64(StackId))
10618 StackIdIndices.push_back(Index->addOrGetStackIdIndex(StackId));
10663 /// ',' 'stackIds' ':' '(' StackId [',' StackId]* ')' ')'
10665 /// StackId ::= UInt64
10713 uint64_t StackId = 0;
10714 if (parseUInt64(StackId))
10716 StackIdIndices.push_back(Index->addOrGetStackIdIndex(StackId));