Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument
23 switch (RemarksFormat) { in createRemarkSerializer()
37 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer() argument
39 switch (RemarksFormat) { in createRemarkSerializer()
H A DRemarkLinker.cpp109 Error RemarkLinker::serialize(raw_ostream &OS, Format RemarksFormat) const { in serialize()
111 createRemarkSerializer(RemarksFormat, SerializerMode::Standalone, OS, in serialize()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DRemarkSerializer.h82 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
87 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
H A DRemarkLinker.h94 LLVM_ABI Error serialize(raw_ostream &OS, Format RemarksFormat) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h88 StringRef RemarksFormat, bool RemarksWithHotness,
96 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp172 static cl::opt<std::string> RemarksFormat( variable
326 Conf.RemarksFormat = RemarksFormat; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h169 std::string RemarksFormat; member
H A DLTO.h96 StringRef RemarksFormat, bool RemarksWithHotness,
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp100 cl::opt<std::string> RemarksFormat( variable
565 Context, RemarksFilename, RemarksPasses, RemarksFormat, in optimize()
H A DThinLTOCodeGenerator.cpp81 extern cl::opt<std::string> RemarksFormat;
1157 Context, RemarksFilename, RemarksPasses, RemarksFormat, in run()
H A DLTO.cpp1260 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness, in runRegularLTO()
2141 StringRef RemarksFormat, bool RemarksWithHotness, in setupLLVMOptimizationRemarks() argument
2148 (Twine(Filename) + ".thin." + llvm::utostr(Count) + "." + RemarksFormat) in setupLLVMOptimizationRemarks()
2152 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness, in setupLLVMOptimizationRemarks()
H A DLTOBackend.cpp615 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold, in thinBackend()
/freebsd/contrib/llvm-project/llvm/tools/opt/
H A Doptdriver.cpp282 static cl::opt<std::string> RemarksFormat( variable
506 RemarksFormat, RemarksWithHotness, in optMain()
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp196 static cl::opt<std::string> RemarksFormat( variable
392 RemarksFormat, RemarksWithHotness, in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp119 c.RemarksFormat = std::string(ctx.arg.optRemarksFormat); in createConfig()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1365 Conf.RemarksFormat = CGOpts.OptRecordFormat; in runThinLTOBackend()