Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1562 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 DSanitizerBinaryMetadata.cpp378 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false); in pretendAtomicAccess()
H A DMemProfInstrumentation.cpp372 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in isInterestingMemoryAccess()
H A DThreadSanitizer.cpp365 getInstrProfSectionName(IPSK_cnts, OF, /*AddSegmentInfo=*/false))) in shouldInstrumentReadWriteFromAddress()
H A DGCOVProfiling.cpp1043 CovInitGV->setSection(getInstrProfSectionName( in emitModuleInitFunctionPtrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp463 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 DCoverageMappingReader.cpp504 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 DInstrProfCorrelator.cpp38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
H A DInstrProf.cpp238 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h107 LLVM_ABI std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp2477 return llvm::getInstrProfSectionName( in getInstrProfSection()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1508 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()