Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DTestingSupport.cpp57 } else if (Name == llvm::getInstrProfCoverageSectionName(false)) { in convertForTestingMain()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp107 return getInstrProfCoverageSectionName(isMachO()); in getCoverageSection()
/external/llvm/include/llvm/ProfileData/
DInstrProf.h83 inline StringRef getInstrProfCoverageSectionName(bool AddSegment) { in getInstrProfCoverageSectionName() function
/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp630 lookupSection(*OF, getInstrProfCoverageSectionName(false)); in loadBinaryFormat()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp122 if (Name == getInstrProfCoverageSectionName(false)) in getELFKindForNamedSection()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp930 return llvm::getInstrProfCoverageSectionName(isMachO(CGM)); in getCoverageSection()