Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp757 "", "", CodeGenOpts.MemoryProfileUsePath, nullptr, PGOOptions::IRInstr, in RunOptimizationPipeline()
766 CodeGenOpts.ProfileRemappingFile, CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline()
772 CodeGenOpts.MemoryProfileUsePath, VFS, PGOOptions::SampleUse, in RunOptimizationPipeline()
775 else if (!CodeGenOpts.MemoryProfileUsePath.empty()) in RunOptimizationPipeline()
777 PGOOpt = PGOOptions("", "", "", CodeGenOpts.MemoryProfileUsePath, VFS, in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h285 std::string MemoryProfileUsePath; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2199 MarshallingInfoString<CodeGenOpts<"MemoryProfileUsePath">>;