Home
last modified time | relevance | path

Searched refs:Funcname (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp279 StringRef Funcname; in getCallerContext() local
280 SampleContext::decodeContextString(ContextSplit.second, Funcname, in getCallerContext()
282 LeafFrameLoc.first = Funcname.str(); in getCallerContext()
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageReport.cpp98 for (StringRef Funcname : Functions) in adjustColumnWidths() local
100 std::max(FunctionReportColumns[0], Funcname.size()); in adjustColumnWidths()
DCodeCoverage.cpp324 StringRef Funcname = DC.demangle(Function->Name); in createSourceFileView() local
330 Funcname, SourceBuffer.get(), ViewOpts, std::move(SubViewCoverage)); in createSourceFileView()
339 View->addInstantiation(Funcname, Line, std::move(SubView)); in createSourceFileView()