Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp51 const char *InstrProfCorrelator::FunctionNameAttributeName = "Function Name"; member in InstrProfCorrelator
353 if (AnnotationName == InstrProfCorrelator::FunctionNameAttributeName) { in correlateProfileDataImpl()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h64 static const char *FunctionNameAttributeName; variable
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1704 MDString::get(Ctx, InstrProfCorrelator::FunctionNameAttributeName), in getOrCreateRegionCounters()