Lines Matching defs:StackId
10483 /// ',' 'stackIds' ':' '(' StackId [',' StackId]* ')' ')'
10484 /// StackId ::= UInt64
10512 uint64_t StackId = 0;
10513 if (parseUInt64(StackId))
10515 StackIdIndices.push_back(Index->addOrGetStackIdIndex(StackId));
10560 /// ',' 'stackIds' ':' '(' StackId [',' StackId]* ')' ')'
10562 /// StackId ::= UInt64
10610 uint64_t StackId = 0;
10611 if (parseUInt64(StackId))
10613 StackIdIndices.push_back(Index->addOrGetStackIdIndex(StackId));