| /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 | 1562 Data->setSection(getInstrProfSectionName(IPSK_vtab, TT.getObjectFormat())); in getOrCreateVTableProfData() 1624 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection() 1791 getInstrProfSectionName(IPSK_vals, TT.getObjectFormat())); in createDataVariable() 1874 getInstrProfSectionName(DataSectionKind, TT.getObjectFormat())); in createDataVariable() 1934 getInstrProfSectionName(IPSK_vnodes, TT.getObjectFormat())); in emitVNodes() 1962 ? getInstrProfSectionName(IPSK_covname, TT.getObjectFormat()) in emitNameData() 1963 : getInstrProfSectionName(IPSK_name, TT.getObjectFormat())); in emitNameData() 1995 getInstrProfSectionName(IPSK_vname, TT.getObjectFormat())); in emitVTableNames()
|
| H A D | SanitizerBinaryMetadata.cpp | 378 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false); in pretendAtomicAccess()
|
| H A D | MemProfInstrumentation.cpp | 372 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
|
| H A D | ThreadSanitizer.cpp | 365 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
|
| H A D | GCOVProfiling.cpp | 1043 CovInitGV->setSection(getInstrProfSectionName( in emitModuleInitFunctionPtrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 463 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::ELF, in getELFKindForNamedSection() 465 Name == getInstrProfSectionName(IPSK_covfun, Triple::ELF, in getELFKindForNamedSection() 467 Name == getInstrProfSectionName(IPSK_covdata, Triple::ELF, in getELFKindForNamedSection() 469 Name == getInstrProfSectionName(IPSK_covname, Triple::ELF, in getELFKindForNamedSection() 1731 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::COFF, in getExplicitSectionGlobal() 1733 Name == getInstrProfSectionName(IPSK_covfun, Triple::COFF, in getExplicitSectionGlobal() 1735 Name == getInstrProfSectionName(IPSK_covdata, Triple::COFF, in getExplicitSectionGlobal() 1737 Name == getInstrProfSectionName(IPSK_covname, Triple::COFF, in getExplicitSectionGlobal() 2237 if (Name == getInstrProfSectionName(IPSK_covmap, Triple::Wasm, in getExplicitSectionGlobal() 2239 Name == getInstrProfSectionName(IPSK_covfun, Triple::Wasm, in getExplicitSectionGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 504 if (*NameOrErr != getInstrProfSectionName(IPSK_covname, Triple::COFF)) in shouldSkipSectionFirstByte() 1057 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections() 1097 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupAllocatableSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfCorrelator.cpp | 38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
|
| H A D | InstrProf.cpp | 238 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 107 LLVM_ABI std::string getInstrProfSectionName(InstrProfSectKind IPSK,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 2477 return llvm::getInstrProfSectionName( in getInstrProfSection()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.cpp | 1508 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()
|