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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp470 auto LeafFuncId = FN.SymbolOrNumber(Leaf->FuncId); local
472 LeafFuncId.size() > 60 ? LeafFuncId.substr(0, 57) + "..."
473 : LeafFuncId,

Completed in 102 milliseconds