Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-converter.cpp92 Symbolize ? FuncIdHelper.SymbolOrNumber(R.FuncId) in exportAsYAML()
248 (Symbolize ? FuncIdHelper.SymbolOrNumber(FuncId) in writeTraceViewerRecord()
256 (Symbolize ? FuncIdHelper.SymbolOrNumber(FuncId) in writeTraceViewerRecord()
344 (Symbolize ? FuncIdHelper.SymbolOrNumber(map_iter.second->FuncId) in exportAsChromeTraceEventFormat()
Dfunc-id-helper.h42 std::string SymbolOrNumber(int32_t FuncId) const;
Dxray-stacks.cpp123 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()
594 OS << Converter.SymbolOrNumber(lineage.back()->FuncId) << ";"; in printSingleStack()
Dfunc-id-helper.cpp21 std::string FuncIdConversionHelper::SymbolOrNumber(int32_t FuncId) const { in SymbolOrNumber() function in FuncIdConversionHelper
Dxray-extract.cpp66 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : ""}); in exportAsYAML()
Dxray-account.cpp278 Row.Function = FuncIdHelper.SymbolOrNumber(FuncId); in exportStats()
495 << FuncIdHelper.SymbolOrNumber(Entry.first) << '\n'; in __anon9fd330660902()
Dxray-graph.cpp207 G[Record.FuncId].SymbolName = FuncIdHelper.SymbolOrNumber(Record.FuncId); in accountRecord()
455 << FuncIdHelper.SymbolOrNumber(Entry.FuncId) << '\n'; in getGraphRenderer()