Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp62 if (Name == llvm::getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain()
65 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
68 } else if (Name == llvm::getInstrProfSectionName( in convertForTestingMain()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp895 getInstrProfSectionName(IPSK_cnts, TT.getObjectFormat())); in getOrCreateRegionCounters()
915 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in getOrCreateRegionCounters()
959 Data->setSection(getInstrProfSectionName(IPSK_data, TT.getObjectFormat())); in getOrCreateRegionCounters()
1023 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
1049 getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
H A DInstrOrderFile.cpp86 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DThreadSanitizer.cpp420 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp983 lookupSections(*OF, getInstrProfSectionName(IPSK_name, ObjFormat, in loadBinaryFormat()
988 lookupSections(*OF, getInstrProfSectionName(IPSK_covmap, ObjFormat, in loadBinaryFormat()
1009 lookupSections(*OF, getInstrProfSectionName(IPSK_covfun, ObjFormat, in loadBinaryFormat()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp446 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
448 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp175 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1587 return llvm::getInstrProfSectionName( in getInstrProfSection()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1258 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()