Home
last modified time | relevance | path

Searched refs:SymbolOrNumber (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp95 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()
H A Dfunc-id-helper.h42 std::string SymbolOrNumber(int32_t FuncId) const;
H A Dxray-stacks.cpp119 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()
H A Dfunc-id-helper.cpp21 std::string FuncIdConversionHelper::SymbolOrNumber(int32_t FuncId) const { in SymbolOrNumber() function in FuncIdConversionHelper
H A Dxray-extract.cpp69 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
H A Dxray-account.cpp330 Row.Function = FuncIdHelper.SymbolOrNumber(FuncId); in exportStats()
503 << FuncIdHelper.SymbolOrNumber(Entry.first) << '\n'; in __anon25c3d8b80f02()
H A Dxray-graph.cpp225 G[Record.FuncId].SymbolName = FuncIdHelper.SymbolOrNumber(Record.FuncId); in accountRecord()
476 << FuncIdHelper.SymbolOrNumber(Entry.FuncId) << '\n'; in getGraphRenderer()