Home
last modified time | relevance | path

Searched refs:IPSK (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1054 lookupSections(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupSections() argument
1057 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections()
1076 if (IPSK == IPSK_name && in lookupSections()
1091 lookupAllocatableSection(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupAllocatableSection() argument
1097 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupAllocatableSection()
1120 auto Sections = lookupSections(OF, IPSK); in lookupAllocatableSection()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp29 InstrProfSectKind IPSK) { in getInstrProfSection() argument
38 getInstrProfSectionName(IPSK, ObjFormat, in getInstrProfSection()
H A DInstrProf.cpp238 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() argument
244 SectName = InstrProfSectNamePrefix[IPSK]; in getInstrProfSectionName()
247 SectName += InstrProfSectNameCoff[IPSK]; in getInstrProfSectionName()
249 SectName += InstrProfSectNameCommon[IPSK]; in getInstrProfSectionName()
251 if (OF == Triple::MachO && IPSK == IPSK_data && AddSegmentInfo) in getInstrProfSectionName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp389 InstrProfSectKind IPSK);
1577 InstrProfSectKind IPSK) { in setupProfileSection() argument
1606 if (IPSK == IPSK_cnts) { in setupProfileSection()
1611 } else if (IPSK == IPSK_bitmap) { in setupProfileSection()
1624 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection()
/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/Driver/ToolChains/
H A DDarwin.cpp1505 for (auto IPSK : {llvm::IPSK_cnts, llvm::IPSK_bitmap, llvm::IPSK_data}) { in addProfileRTLibs()
1508 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()