Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp35 const char *InstrProfCorrelator::FunctionNameAttributeName = "Function Name"; member in InstrProfCorrelator
249 InstrProfCorrelator::FunctionNameAttributeName) == 0) { in correlateProfileDataImpl()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h53 static const char *FunctionNameAttributeName; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp934 MDString::get(Ctx, InstrProfCorrelator::FunctionNameAttributeName), in getOrCreateRegionCounters()