Searched refs:MemoryProfileUsePath (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 785 "", "", CodeGenOpts.MemoryProfileUsePath, nullptr, PGOOptions::IRInstr, in RunOptimizationPipeline() 795 CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline() 802 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline() 805 else if (!CodeGenOpts.MemoryProfileUsePath.empty()) in RunOptimizationPipeline() 807 PGOOpt = PGOOptions("", "", "", CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 289 std::string MemoryProfileUsePath; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 2316 MarshallingInfoString<CodeGenOpts<"MemoryProfileUsePath">>;
|