HomeSort by: relevance | last modified time | path
    Searched refs:Remarks (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
RemarkLinker.h 1 //===-- llvm/Remarks/RemarkLinker.h -----------------------------*- C++/-*-===//
17 #include "llvm/Remarks/Remark.h"
18 #include "llvm/Remarks/RemarkFormat.h"
19 #include "llvm/Remarks/RemarkStringTable.h"
25 namespace remarks { namespace in namespace:llvm
38 /// The main string table for the remarks.
39 /// Note: all remarks should use the strings from this string table to avoid
43 /// A set holding unique remarks.
47 std::set<std::unique_ptr<Remark>, RemarkPtrCompare> Remarks;
59 /// Link the remarks found in \p Buffer
85 iterator_range<iterator> remarks() const { function in struct:llvm::remarks::RemarkLinker
    [all...]
  /src/external/apache2/llvm/bin/llvm-dis/
Makefile 17 Remarks \
  /src/external/apache2/llvm/bin/llvm-as/
Makefile 20 Remarks \
  /src/external/apache2/llvm/bin/llvm-diff/
Makefile 21 Remarks \
  /src/external/apache2/llvm/bin/llvm-profdata/
Makefile 15 Remarks \
  /src/external/apache2/llvm/bin/llvm-size/
Makefile 20 Remarks \
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
TextDiagnosticBuffer.h 32 DiagList Errors, Warnings, Remarks, Notes;
47 const_iterator remark_begin() const { return Remarks.begin(); }
48 const_iterator remark_end() const { return Remarks.end(); }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 42 All.emplace_back(Level, Remarks.size());
43 Remarks.emplace_back(Info.getLocation(), std::string(Buf.str()));
66 Diag << Remarks[I.second].second;
  /src/external/apache2/llvm/bin/llvm-cxxdump/
Makefile 28 Remarks \
  /src/external/apache2/llvm/bin/llvm-extract/
Makefile 27 Remarks \
  /src/external/apache2/llvm/bin/llvm-link/
Makefile 27 Remarks \
  /src/external/apache2/llvm/bin/sanstats/
Makefile 25 Remarks \
  /src/external/apache2/llvm/lib/libLLVMRemarks/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/Remarks
  /src/external/apache2/llvm/bin/lli/
Makefile 50 Remarks \
  /src/external/apache2/llvm/bin/llvm-ar/
Makefile 48 Remarks \
  /src/external/apache2/llvm/bin/llvm-cov/
Makefile 33 Remarks \
  /src/external/apache2/llvm/bin/llvm-dwarfdump/
Makefile 41 Remarks \
  /src/external/apache2/llvm/bin/llvm-nm/
Makefile 47 Remarks \
  /src/external/apache2/llvm/bin/llvm-readobj/
Makefile 39 Remarks \
  /src/external/apache2/llvm/bin/llvm-reduce/
Makefile 41 Remarks \
  /src/external/apache2/llvm/bin/llvm-symbolizer/
Makefile 25 Remarks \
  /src/external/apache2/llvm/bin/sancov/
Makefile 50 Remarks \
  /src/external/apache2/llvm/bin/bugpoint/
Makefile 85 Remarks \
  /src/external/apache2/llvm/bin/llc/
Makefile 73 Remarks \
  /src/external/apache2/llvm/bin/llvm-dwp/
Makefile 62 Remarks \

Completed in 42 milliseconds

1 2