Searched refs:IPSK (Results 1 – 3 of 3) sorted by relevance
174 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() argument180 SectName = InstrProfSectNamePrefix[IPSK]; in getInstrProfSectionName()183 SectName += InstrProfSectNameCoff[IPSK]; in getInstrProfSectionName()185 SectName += InstrProfSectNameCommon[IPSK]; in getInstrProfSectionName()187 if (OF == Triple::MachO && IPSK == IPSK_data && AddSegmentInfo) in getInstrProfSectionName()
67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,
1253 for (auto IPSK : {llvm::IPSK_cnts, llvm::IPSK_data}) { in addProfileRTLibs()1256 llvm::getInstrProfSectionName(IPSK, llvm::Triple::MachO, in addProfileRTLibs()