Searched refs:getInstrProfSectionName (Results 1 – 13 of 13) sorted by relevance
| /freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 1565 Data->setSection(getInstrProfSectionName(IPSK_vtab, TT.getObjectFormat())); in getOrCreateVTableProfData() 1627 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection() 1794 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in createDataVariable() 1872 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable() 1932 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1961 ? getInstrProfSectionName(IPSK_covname, TT.getObjectFormat()) in emitNameData() 1962 : getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData() 1994 getInstrProfSectionName(IPSK_vname, TT.getObjectFormat())); in emitVTableNames()
|
| H A D | InstrOrderFile.cpp | 75 getInstrProfSectionName(IPSK_orderfile, TT.getObjectFormat())); in createOrderFileData()
|
| H A D | SanitizerBinaryMetadata.cpp | 377 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false); in pretendAtomicAccess()
|
| H A D | ThreadSanitizer.cpp | 363 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| H A D | MemProfiler.cpp | 410 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 470 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection() 472 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection() 474 Name == getInstrProfSectionName(IPSK_covdata, Triple::ELF, in getELFKindForNamedSection() 476 Name == getInstrProfSectionName(IPSK_covname, Triple::ELF, in getELFKindForNamedSection() 1671 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::COFF, in getExplicitSectionGlobal() 1673 Name == getInstrProfSectionName(IPSK_covfun, Triple::COFF, in getExplicitSectionGlobal() 1675 Name == getInstrProfSectionName(IPSK_covdata, Triple::COFF, in getExplicitSectionGlobal() 1677 Name == getInstrProfSectionName(IPSK_covname, Triple::COFF, in getExplicitSectionGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
|
| H A D | InstrProf.cpp | 236 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 509 if (*NameOrErr != getInstrProfSectionName(IPSK_covname, Triple::COFF)) in create() 1048 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 75 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2438 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1466 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|