Home
last modified time | relevance | path

Searched refs:Remarks (Results 1 – 25 of 107) sorted by relevance

12345

/external/llvm-project/llvm/tools/remarks-shlib/
DCMakeLists.txt5 Remarks
12 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/Remarks.exports)
14 add_llvm_library(Remarks SHARED INSTALL_WITH_TOOLCHAIN ${SOURCES})
21 install(FILES ${LLVM_MAIN_INCLUDE_DIR}/llvm-c/Remarks.h
23 COMPONENT Remarks)
27 set_property(TARGET Remarks APPEND_STRING PROPERTY
/external/llvm-project/llvm/include/llvm/Remarks/
DRemarkLinker.h47 std::set<std::unique_ptr<Remark>, RemarkPtrCompare> Remarks; member
78 bool empty() const { return Remarks.empty(); } in empty()
83 using iterator = pointee_iterator<decltype(Remarks)::const_iterator>;
86 return {Remarks.begin(), Remarks.end()}; in remarks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Remarks/
DRemarkLinker.h47 std::set<std::unique_ptr<Remark>, RemarkPtrCompare> Remarks; member
78 bool empty() const { return Remarks.empty(); } in empty()
87 return {Remarks.begin(), Remarks.end()}; in remarks()
/external/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h31 DiagList Errors, Warnings, Remarks, Notes;
39 const_iterator remark_begin() const { return Remarks.begin(); } in remark_begin()
40 const_iterator remark_end() const { return Remarks.end(); } in remark_end()
DVerifyDiagnosticConsumer.h194 DirectiveList Remarks; member
200 Remarks.clear(); in Reset()
/external/llvm-project/clang/include/clang/Frontend/
DTextDiagnosticBuffer.h32 DiagList Errors, Warnings, Remarks, Notes;
47 const_iterator remark_begin() const { return Remarks.begin(); } in remark_begin()
48 const_iterator remark_end() const { return Remarks.end(); } in remark_end()
DVerifyDiagnosticConsumer.h239 DirectiveList Remarks; member
245 Remarks.clear(); in Reset()
/external/llvm-project/llvm/unittests/Remarks/
DRemarksLinkingTest.cpp59 TEST(Remarks, LinkingGoodYAML) { in TEST() argument
108 TEST(Remarks, LinkingGoodBitstream) { in TEST() argument
158 TEST(Remarks, LinkingGoodStrTab) { in TEST() argument
193 TEST(Remarks, LinkingError) { in TEST() argument
DCMakeLists.txt3 Remarks
/external/llvm-project/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp42 All.emplace_back(Level, Remarks.size()); in HandleDiagnostic()
43 Remarks.emplace_back(Info.getLocation(), std::string(Buf.str())); in HandleDiagnostic()
66 Diag << Remarks[I.second].second; in FlushDiagnostics()
/external/llvm-project/llvm/test/tools/dsymutil/X86/
Dremarks-linking-fat-bundle.test10 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar…
11 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar…
12 RUN: llvm-bcanalyzer -dump %t/fat.macho.remarks.x86.dSYM/Contents/Resources/Remarks/fat.macho.remar…
Dremarks-linking-bundle.test8 RUN: llvm-bcanalyzer -dump %t/basic.macho.remarks.x86_64.dSYM/Contents/Resources/Remarks/basic.mach…
12 RUN: cat %t/basic.macho.remarks.x86_64.dSYM/Contents/Resources/Remarks/basic.macho.remarks.x86_64 |…
Dbasic-linking-bundle.test10 Check that we don't create an empty Remarks directory if there are no remarks.
11 RUN: not ls %t/basic.macho.x86_64.dSYM/Contents/Resources/Remarks
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DLLVMBuild.txt1 ;===- ./lib/Remarks/LLVMBuild.txt ------------------------------*- Conf -*--===;
19 name = Remarks
/external/llvm-project/openmp/docs/remarks/
DOptimizationRemarks.rst1 OpenMP Optimization Remarks
/external/llvm-project/llvm/tools/llvm-opt-report/
DCMakeLists.txt1 set(LLVM_LINK_COMPONENTS Core Demangle Object Remarks Support)
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-opt-report/
DBUILD.gn6 "//llvm/lib/Remarks",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_get_priority_max/
Dcoverage.txt6 Assertions Tested ? Remarks
/external/llvm-project/llvm/tools/llc/
DCMakeLists.txt14 Remarks
/external/llvm-project/llvm/lib/Remarks/
DCMakeLists.txt15 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Remarks
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
Dcoverage.txt6 Assertions Tested ? Remarks
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
Dcoverage.txt6 Assertions Tested ? Remarks
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Remarks/
DBUILD.gn1 static_library("Remarks") {
/external/llvm-project/llvm/utils/gn/secondary/llvm/unittests/Remarks/
DBUILD.gn6 "//llvm/lib/Remarks",
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
Dcoverage.txt6 Assertions Tested ? Remarks

12345