Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp120 Error RemarkLinker::serialize(raw_ostream &OS, Format RemarksFormat) const { in serialize()
122 createRemarkSerializer(RemarksFormat, SerializerMode::Standalone, OS, in serialize()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMRemarkStreamer.cpp97 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
107 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
144 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
151 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat); in setupLLVMOptimizationRemarks()
/openbsd-src/gnu/llvm/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h81 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
86 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
H A DRemarkLinker.h81 Error serialize(raw_ostream &OS, Format RemarksFormat) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h87 StringRef RemarksPasses, StringRef RemarksFormat,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h96 remarks::Format RemarksFormat = remarks::Format::Bitstream; member
H A DDwarfLinkerForBinary.cpp255 Options.RemarksFormat == remarks::Format::Bitstream in emitRemarks()
261 if (Error E = RL.serialize(OS, Options.RemarksFormat)) in emitRemarks()
H A Ddsymutil.cpp374 Options.LinkOpts.RemarksFormat = *FormatOrErr; in getOptions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp152 static cl::opt<std::string> RemarksFormat( variable
295 Conf.RemarksFormat = RemarksFormat; in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h159 std::string RemarksFormat; member
H A DLTO.h88 StringRef RemarksFormat, bool RemarksWithHotness,
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp219 static std::string RemarksFormat; variable
310 RemarksFormat = std::string(opt); in process_plugin_option()
956 Conf.RemarksFormat = options::RemarksFormat; in createLTO()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp108 cl::opt<std::string> RemarksFormat( variable
585 Context, RemarksFilename, RemarksPasses, RemarksFormat, in optimize()
H A DLTO.cpp1088 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
1647 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
1654 (Twine(Filename) + ".thin." + llvm::utostr(Count) + "." + RemarksFormat) in setupLLVMOptimizationRemarks()
1658 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.cpp556 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp273 static cl::opt<std::string> RemarksFormat( variable
528 RemarksFormat, RemarksWithHotness, in main()
/openbsd-src/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp188 static cl::opt<std::string> RemarksFormat( variable
408 RemarksFormat, RemarksWithHotness, in main()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp144 c.RemarksFormat = std::string(config->optRemarksFormat); in createConfig()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1183 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()