Home
last modified time | relevance | path

Searched refs:getInstrProfSectionName (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DTestingSupport.cpp56 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain()
59 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp742 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
763 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
796 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
859 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
883 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
H A DThreadSanitizer.cpp315 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp665 lookupSection(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat()
670 lookupSection(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProf.cpp165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1277 return llvm::getInstrProfSectionName( in getCoverageSection()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp398 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()