Home
last modified time | relevance | path

Searched refs:MemoryProfileUsePath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp785 "", "", 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 DCodeGenOptions.h289 std::string MemoryProfileUsePath; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2316 MarshallingInfoString<CodeGenOpts<"MemoryProfileUsePath">>;