Searched refs:IPSK (Results 1 – 2 of 2) sorted by relevance
165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() argument171 SectName = InstrProfSectNamePrefix[IPSK]; in getInstrProfSectionName()174 SectName += InstrProfSectNameCoff[IPSK]; in getInstrProfSectionName()176 SectName += InstrProfSectNameCommon[IPSK]; in getInstrProfSectionName()178 if (OF == Triple::MachO && IPSK == IPSK_data && AddSegmentInfo) in getInstrProfSectionName()
67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,