Home
last modified time | relevance | path

Searched refs:getInstrProfCoverageSectionName (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DInstrProf.h68 inline StringRef getInstrProfCoverageSectionName(bool AddSegment) { in getInstrProfCoverageSectionName() function
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp84 return getInstrProfCoverageSectionName(isMachO()); in getCoverageSection()
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp474 lookupSection(*OF, getInstrProfCoverageSectionName(false)); in loadBinaryFormat()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp882 return llvm::getInstrProfCoverageSectionName(isMachO(CGM)); in getCoverageSection()