Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp113 Error RemarkLinker::serialize(raw_ostream &OS, Format RemarksFormat) const { in serialize()
115 createRemarkSerializer(RemarksFormat, SerializerMode::Standalone, OS, in serialize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp94 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
104 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
141 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
148 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h77 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
82 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
H A DRemarkLinker.h75 Error serialize(raw_ostream &OS, Format RemarksFormat) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h80 StringRef RemarksPasses, StringRef RemarksFormat,
89 StringRef RemarksFormat, bool RemarksWithHotness,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp127 static cl::opt<std::string> RemarksFormat( variable
265 Conf.RemarksFormat = RemarksFormat; in run()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DLinkUtils.h85 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.cpp303 Options.LinkOpts.RemarksFormat = *FormatOrErr; in getOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DConfig.h154 std::string RemarksFormat; member
H A DLTO.h87 StringRef RemarksFormat, bool RemarksWithHotness,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp219 static std::string RemarksFormat; variable
312 RemarksFormat = std::string(opt); in process_plugin_option()
955 Conf.RemarksFormat = options::RemarksFormat; in createLTO()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp111 cl::opt<std::string> RemarksFormat( variable
509 Context, RemarksFilename, RemarksPasses, RemarksFormat, in optimize()
H A DLTO.cpp1047 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
1555 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
1562 (Twine(Filename) + ".thin." + llvm::utostr(Count) + "." + RemarksFormat) in setupLLVMOptimizationRemarks()
1566 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
H A DThinLTOCodeGenerator.cpp81 extern cl::opt<std::string> RemarksFormat;
1114 Context, RemarksFilename, RemarksPasses, RemarksFormat, in run()
H A DLTOBackend.cpp559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp174 static cl::opt<std::string> RemarksFormat( variable
377 RemarksFormat, RemarksWithHotness, in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp311 static cl::opt<std::string> RemarksFormat( variable
633 RemarksFormat, RemarksWithHotness, in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1567 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()