Home
last modified time | relevance | path

Searched refs:RemarksFormat (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Remarks/
H A DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument
23 switch (RemarksFormat) { in createRemarkSerializer()
38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument
40 switch (RemarksFormat) { in createRemarkSerializer()
H A DRemarkLinker.cpp118 Error RemarkLinker::serialize(raw_ostream &OS, Format RemarksFormat) const { in serialize()
120 createRemarkSerializer(RemarksFormat, SerializerMode::Standalone, OS, in serialize()
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp96 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
106 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
143 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
150 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
/llvm-project-15.0.7/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h80 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
85 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
H A DRemarkLinker.h79 Error serialize(raw_ostream &OS, Format RemarksFormat) const;
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h86 StringRef RemarksPasses, StringRef RemarksFormat,
95 StringRef RemarksFormat, bool RemarksWithHotness,
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DLinkUtils.h88 remarks::Format RemarksFormat = remarks::Format::Bitstream; member
H A DDwarfLinkerForBinary.cpp256 Options.RemarksFormat == remarks::Format::Bitstream in emitRemarks()
262 if (Error E = RL.serialize(OS, Options.RemarksFormat)) in emitRemarks()
H A Ddsymutil.cpp371 Options.LinkOpts.RemarksFormat = *FormatOrErr; in getOptions()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp153 static cl::opt<std::string> RemarksFormat( variable
296 Conf.RemarksFormat = RemarksFormat; in run()
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h157 std::string RemarksFormat; member
H A DLTO.h88 StringRef RemarksFormat, bool RemarksWithHotness,
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp219 static std::string RemarksFormat; variable
310 RemarksFormat = std::string(opt); in process_plugin_option()
967 Conf.RemarksFormat = options::RemarksFormat; in createLTO()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp107 cl::opt<std::string> RemarksFormat( variable
503 Context, RemarksFilename, RemarksPasses, RemarksFormat, in optimize()
H A DLTO.cpp1052 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
1610 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
1617 (Twine(Filename) + ".thin." + llvm::utostr(Count) + "." + RemarksFormat) in setupLLVMOptimizationRemarks()
1621 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
H A DThinLTOCodeGenerator.cpp83 extern cl::opt<std::string> RemarksFormat;
1166 Context, RemarksFilename, RemarksPasses, RemarksFormat, in run()
H A DLTOBackend.cpp554 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp188 static cl::opt<std::string> RemarksFormat( variable
406 RemarksFormat, RemarksWithHotness, in main()
/llvm-project-15.0.7/llvm/tools/opt/
H A Dopt.cpp276 static cl::opt<std::string> RemarksFormat( variable
583 RemarksFormat, RemarksWithHotness, in main()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp143 c.RemarksFormat = std::string(config->optRemarksFormat); in createConfig()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1108 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()