Searched refs:AccountRecordState (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp354 struct AccountRecordState { struct in class:StackTrie
358 static AccountRecordState CreateInitialState() { return {false}; }
362 AccountRecordState *state) {
737 StackTrie::AccountRecordState AccountRecordState =
738 StackTrie::AccountRecordState::CreateInitialState();
740 auto error = ST.accountRecord(Record, &AccountRecordState);

Completed in 37 milliseconds