HomeSort by: relevance | last modified time | path
    Searched refs:RemarksFormat (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Remarks/
RemarkSerializer.cpp 21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
23 switch (RemarksFormat) {
38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
40 switch (RemarksFormat) {
RemarkLinker.cpp 113 Error RemarkLinker::serialize(raw_ostream &OS, Format RemarksFormat) const {
115 createRemarkSerializer(RemarksFormat, SerializerMode::Standalone, OS,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMRemarkStreamer.h 80 StringRef RemarksPasses, StringRef RemarksFormat,
89 StringRef RemarksFormat, bool RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
RemarkSerializer.h 77 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
82 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
RemarkLinker.h 75 Error serialize(raw_ostream &OS, Format RemarksFormat) const;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMRemarkStreamer.cpp 94 StringRef RemarksFormat, bool RemarksWithHotness,
104 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
141 StringRef RemarksFormat, bool RemarksWithHotness,
148 Expected<remarks::Format> Format = remarks::parseFormat(RemarksFormat);
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
LinkUtils.h 85 remarks::Format RemarksFormat = remarks::Format::Bitstream;
DwarfLinkerForBinary.cpp 256 Options.RemarksFormat == remarks::Format::Bitstream
262 if (Error E = RL.serialize(OS, Options.RemarksFormat))
dsymutil.cpp 303 Options.LinkOpts.RemarksFormat = *FormatOrErr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 154 std::string RemarksFormat;
LTO.h 87 StringRef RemarksFormat, bool RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
llvm-lto2.cpp 127 static cl::opt<std::string> RemarksFormat(
265 Conf.RemarksFormat = RemarksFormat;
  /src/external/apache2/llvm/dist/llvm/tools/gold/
gold-plugin.cpp 219 static std::string RemarksFormat;
312 RemarksFormat = std::string(opt);
955 Conf.RemarksFormat = options::RemarksFormat;
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 111 cl::opt<std::string> RemarksFormat(
509 Context, RemarksFilename, RemarksPasses, RemarksFormat,
LTO.cpp 1047 Conf.RemarksPasses, Conf.RemarksFormat, Conf.RemarksWithHotness,
1555 StringRef RemarksFormat, bool RemarksWithHotness,
1562 (Twine(Filename) + ".thin." + llvm::utostr(Count) + "." + RemarksFormat)
1566 Context, Filename, RemarksPasses, RemarksFormat, RemarksWithHotness,
ThinLTOCodeGenerator.cpp 81 extern cl::opt<std::string> RemarksFormat;
1114 Context, RemarksFilename, RemarksPasses, RemarksFormat,
LTOBackend.cpp 559 Conf.RemarksFormat, Conf.RemarksWithHotness, Conf.RemarksHotnessThreshold,
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 174 static cl::opt<std::string> RemarksFormat(
377 RemarksFormat, RemarksWithHotness,
  /src/external/apache2/llvm/dist/llvm/tools/opt/
opt.cpp 311 static cl::opt<std::string> RemarksFormat(
633 RemarksFormat, RemarksWithHotness,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1567 Conf.RemarksFormat = CGOpts.OptRecordFormat;

Completed in 75 milliseconds