HomeSort by: relevance | last modified time | path
    Searched refs:SampleProfile (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMipo/
Makefile 43 SampleProfile.cpp \
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 110 std::string SampleProfile;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOBackend.cpp 213 if (!Conf.SampleProfile.empty())
214 PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping,
329 PMB.PGOSampleUse = Conf.SampleProfile;
LTO.cpp 305 if (!Conf.SampleProfile.empty()) {
306 auto FileOrErr = MemoryBuffer::getFile(Conf.SampleProfile);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 267 Conf.SampleProfile = SamplePGOFile;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1506 std::unique_ptr<raw_pwrite_stream> OS, std::string SampleProfile,
1541 Conf.SampleProfile = std::move(SampleProfile);
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 942 Conf.SampleProfile = options::sample_profile;

Completed in 38 milliseconds