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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp503 RootVector RootValues; local
513 RootValues.push_back(RootNode);
516 print(OS, FN, RootValues);
563 RootVector RootValues, uint32_t ThreadId, bool ReportThread) {
565 for (const auto *N : RootValues) {
600 RootVector RootValues) {
617 for (const auto *N : RootValues) {
562 printAll(raw_ostream &OS, FuncIdConversionHelper &FN, RootVector RootValues, uint32_t ThreadId, bool ReportThread) argument
599 print(raw_ostream &OS, FuncIdConversionHelper &FN, RootVector RootValues) argument

Completed in 90 milliseconds