/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/ |
SampleProfile.h | 25 : ProfileFileName(File), IsThinLTOPreLink(IsThinLTOPreLink) {} 28 std::string ProfileFileName;
|
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/external/llvm/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/ |
PGOInstrumentation.h | 35 std::string ProfileFileName;
|
/external/llvm/lib/Transforms/Instrumentation/ |
PGOInstrumentation.cpp | 153 : ModulePass(ID), ProfileFileName(std::move(Filename)) { 155 ProfileFileName = PGOTestProfileFile; 165 std::string ProfileFileName; 584 // Read the profile from ProfileFileName and assign the value to the 851 Module &M, StringRef ProfileFileName, 857 auto ReaderOrErr = IndexedInstrProfReader::create(ProfileFileName); 861 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message())); 869 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(), 876 ProfileFileName.data(), "Not an IR level instrumentation profile")); [all...] |