Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp57 auto ProfileNamesSection = getInstrProfSectionName(IPSK_name, ObjFormat, in convertForTestingMain()
60 getInstrProfSectionName(IPSK_covmap, ObjFormat, /*AddSegmentInfo=*/false); in convertForTestingMain()
62 getInstrProfSectionName(IPSK_covfun, ObjFormat, /*AddSegmentInfo=*/false); in convertForTestingMain()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1287 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection()
1455 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in createDataVariable()
1533 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable()
1593 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes()
1622 ? getInstrProfSectionName(IPSK_covname, TT.getObjectFormat()) in emitNameData()
1623 : getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData()
H A DInstrOrderFile.cpp75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
H A DSanitizerBinaryMetadata.cpp369 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false); in pretendAtomicAccess()
H A DMemProfiler.cpp368 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp364 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp471 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection()
473 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection()
475 Name == getInstrProfSectionName(IPSK_covdata, Triple::ELF, in getELFKindForNamedSection()
477 Name == getInstrProfSectionName(IPSK_covname, Triple::ELF, in getELFKindForNamedSection()
1673 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::COFF, in getExplicitSectionGlobal()
1675 Name == getInstrProfSectionName(IPSK_covfun, Triple::COFF, in getExplicitSectionGlobal()
1677 Name == getInstrProfSectionName(IPSK_covdata, Triple::COFF, in getExplicitSectionGlobal()
1679 Name == getInstrProfSectionName(IPSK_covname, Triple::COFF, in getExplicitSectionGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
H A DInstrProf.cpp222 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp501 if (*NameOrErr != getInstrProfSectionName(IPSK_covname, Triple::COFF)) in create()
1037 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h73 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2182 return llvm::getInstrProfSectionName( in getInstrProfSection()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1437 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()