Home
last modified time | relevance | path

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

/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.cpp236 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() argument
242 SectName = InstrProfSectNamePrefix[IPSK]; in getInstrProfSectionName()
245 SectName += InstrProfSectNameCoff[IPSK]; in getInstrProfSectionName()
247 SectName += InstrProfSectNameCommon[IPSK]; in getInstrProfSectionName()
249 if (OF == Triple::MachO && IPSK == IPSK_data && AddSegmentInfo) in getInstrProfSectionName()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp367 InstrProfSectKind IPSK);
1580 InstrProfSectKind IPSK) { in setupProfileSection() argument
1609 if (IPSK == IPSK_cnts) { in setupProfileSection()
1614 } else if (IPSK == IPSK_bitmap) { in setupProfileSection()
1627 Ptr->setSection(getInstrProfSectionName(IPSK, TT.getObjectFormat())); in setupProfileSection()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1045 lookupSections(ObjectFile &OF, InstrProfSectKind IPSK) { in lookupSections() argument
1048 getInstrProfSectionName(IPSK, ObjFormat, /*AddSegmentInfo=*/false); in lookupSections()
1066 if (IsCOFF && IPSK == IPSK_name && Section.getSize() == 2) in lookupSections()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h75 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1463 for (auto IPSK : {llvm::IPSK_cnts, llvm::IPSK_bitmap, llvm::IPSK_data}) { in addProfileRTLibs()
1466 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()