Searched refs:MemoryProfileUsePath (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 838 CodeGenOpts.MemoryProfileUsePath, nullptr, in RunOptimizationPipeline() 849 CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline() 856 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline() 859 else if (!CodeGenOpts.MemoryProfileUsePath.empty()) in RunOptimizationPipeline() 861 PGOOpt = PGOOptions("", "", "", CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 301 std::string MemoryProfileUsePath; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2361 MarshallingInfoString<CodeGenOpts<"MemoryProfileUsePath">>;
|