Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp165 std::string getInstrProfSectionName(InstrProfSectKind IPSK, in getInstrProfSectionName() argument
171 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProf.h67 std::string getInstrProfSectionName(InstrProfSectKind IPSK,