Searched refs:getInstrProfSectionName (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 57 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 D | InstrProfiling.cpp | 1287 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 D | InstrOrderFile.cpp | 75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | SanitizerBinaryMetadata.cpp | 369 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false); in pretendAtomicAccess()
|
| H A D | MemProfiler.cpp | 368 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
|
| H A D | ThreadSanitizer.cpp | 364 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 471 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 D | InstrProfCorrelator.cpp | 38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
|
| H A D | InstrProf.cpp | 222 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 501 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 D | InstrProf.h | 73 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2182 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1437 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|