Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp92 return getInstrProfCountersSectionName(isMachO()); in getCountersSection()
DThreadSanitizer.cpp270 if (SectionName.endswith(getInstrProfCountersSectionName( in shouldInstrumentReadWriteFromAddress()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h42 inline StringRef getInstrProfCountersSectionName(bool AddSegment) { in getInstrProfCountersSectionName() function