Searched refs:SymbolOrNumber (Results 1 – 7 of 7) sorted by relevance
95 Symbolize ? FuncIdHelper.SymbolOrNumber(R.FuncId) in exportAsYAML()258 (Symbolize ? FuncIdHelper.SymbolOrNumber(FuncId) in writeTraceViewerRecord()266 (Symbolize ? FuncIdHelper.SymbolOrNumber(FuncId) in writeTraceViewerRecord()356 (Symbolize ? FuncIdHelper.SymbolOrNumber(map_iter.second->FuncId) in exportAsChromeTraceEventFormat()
42 std::string SymbolOrNumber(int32_t FuncId) const;
119 Converter->SymbolOrNumber(Item.FuncId), Item.TId, in format()462 auto FuncId = FN.SymbolOrNumber(F->FuncId); in printStack()471 auto LeafFuncId = FN.SymbolOrNumber(Leaf->FuncId); in printStack()590 OS << Converter.SymbolOrNumber(lineage.back()->FuncId) << ";"; in printSingleStack()
21 std::string FuncIdConversionHelper::SymbolOrNumber(int32_t FuncId) const { in SymbolOrNumber() function in FuncIdConversionHelper
69 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
330 Row.Function = FuncIdHelper.SymbolOrNumber(FuncId); in exportStats()503 << FuncIdHelper.SymbolOrNumber(Entry.first) << '\n'; in __anon25c3d8b80f02()
225 G[Record.FuncId].SymbolName = FuncIdHelper.SymbolOrNumber(Record.FuncId); in accountRecord()476 << FuncIdHelper.SymbolOrNumber(Entry.FuncId) << '\n'; in getGraphRenderer()