/llvm-project/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_. 361 .. [AminiInconsistent] Mehdi Amini, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130329.h… 362 .. [ArsenaultAgree] Matt Arsenault, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129934.h… 363 .. [BeylsDistinguish] Kristof Beyls, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130292.… 364 .. [BradburyConcern] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130266.h… 365 .. [BradburyTransition] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13038… 366 .. [CarruthAcronym] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130313… 367 .. [CarruthCamelBack] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/1302… 368 .. [CarruthDistinguish] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13… 369 .. [CarruthFunction] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13030… [all …]
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 47 SmallVector<List, 4> Lists; 59 size_t getNumLists() const { return Lists.size(); } in getNumLists() 60 const List &getList(size_t LI) const { return Lists[LI]; } in getList() 61 ArrayRef<List> getLists() const { return Lists; } in getLists() 80 size_t LI = Lists.size(); in startList() 81 Lists.emplace_back(CU, Entries.size()); in startList() 111 return ArrayRef(Entries).slice(Lists[LI].EntryOffset, getNumEntries(LI)); in getEntries() 127 assert(&Lists.front() <= &L && &L <= &Lists.back() && in getIndex() 129 return &L - &Lists.front(); in getIndex() 137 if (LI + 1 == Lists.size()) in getNumEntries() [all …]
|
H A D | DebugLocStream.cpp | 16 if (Lists.back().EntryOffset == Entries.size()) { in finalizeList() 18 Lists.pop_back(); in finalizeList() 23 Lists.back().Label = Asm.createTempSymbol("debug_loc"); in finalizeList() 36 assert(Lists.back().EntryOffset <= Entries.size() && in finalizeEntry()
|
/llvm-project/llvm/docs/ |
H A D | CMakePrimer.rst | 115 Lists section in Variables, Types, and Scope 118 In CMake lists are semi-colon delimited strings, and it is strongly advised that 119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of 120 defining lists: 131 Lists of Lists 134 One of the more complicated patterns in CMake is lists of lists. Because a list 135 cannot contain an element with a semi-colon to construct a list of lists you 136 make a list of variable names that refer to other lists. For example: 145 With this layout you can iterate through the list of lists printing each value 150 foreach(list_name IN LISTS list_of_lists) [all …]
|
H A D | DiscourseMigrationGuide.md | 5 This document is intended to help LLVM users to migrate from the mailing lists to 19 Discourse's structure is similar to a set of mailing lists, however different 90 <tr><td>Project Infrastructure - Mailing Lists and Forums</td><td>infra-mailinglists@discourse.llvm… 109 ## Mapping of mailing lists to categories 111 This table explains the mapping from mailing lists to categories in Discourse. 113 migration. Obsolete lists will become read-only as part of the Discourse 118 <tr><th>Mailing lists</th><th>Category in Discourse</th></tr> 194 [this email](https://lists.llvm.org/pipermail/llvm-dev/2021-June/150823.html) 207 ### What are advantages of Discourse over the current mailing lists? 214 creating new mailing lists.
|
/llvm-project/polly/cmake/ |
H A D | FindISL.cmake | 8 foreach (incl IN LISTS ISL_INCLUDE_DIRS) 12 foreach (libname IN LISTS ISL_LIBRARIES) 14 foreach (dir IN LISTS ISL_LIBRARY_DIRS) 22 foreach (opt IN LISTS ISL_CFLAGS ISL_CFLAGS_OTHER)
|
/llvm-project/clang/test/Frontend/ |
H A D | dependency-gen.c | 32 …gnorelist1 -fsanitize-ignorelist=%t.ignorelist2 -I ./ | FileCheck -check-prefix=TWO-IGNORE-LISTS %s 33 // TWO-IGNORE-LISTS: dependency-gen.o: 34 // TWO-IGNORE-LISTS-DAG: ignorelist1 35 // TWO-IGNORE-LISTS-DAG: ignorelist2 36 // TWO-IGNORE-LISTS-DAG: x.h 37 // TWO-IGNORE-LISTS-DAG: dependency-gen.c
|
/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/ |
H A D | macho-relative-method-lists.test | 1 RUN: llvm-objdump --macho --objc-meta-data %p/Inputs/rel-method-lists-arm64_32.dylib | FileCheck… 2 RUN: llvm-otool -ov %p/Inputs/rel-method-lists-arm64_32.dylib | FileCheck… 4 RUN: llvm-objdump --macho --objc-meta-data %p/Inputs/rel-method-lists-arm64.dylib | FileCheck… 5 RUN: llvm-otool -ov %p/Inputs/rel-method-lists-arm64.dylib | FileCheck… 59 ######## Generate rel-method-lists-arm64.dylib ######## 61 // ld64.ld64 -dylib -demangle -dynamic main.o -o rel-method-lists-arm64.dylib -syslibroot MacOSX14.… 63 ######## Generate rel-method-lists-arm64_32.dylib ######## 65 // ld64.ld64 -dylib -demangle -dynamic main.o -o rel-method-lists-arm64_32.dylib -syslibroot WatchO…
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Attributes.h | 69 /// This enumeration lists the attributes that can be associated with 403 /// the two lists are inherently incompatible (imply different behavior, not 554 /// Returns a new list because attribute lists are immutable. 560 /// Returns a new list because attribute lists are immutable. 566 /// Returns a new list because attribute lists are immutable. 571 /// Returns a new list because attribute lists are immutable. 577 /// attribute lists are immutable. 584 /// attribute lists are immutable. 591 /// attribute lists are immutable. 599 /// attribute lists ar [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 35 /// A base class for lists of entries that are extracted from a particular 36 /// section, such as range lists or location lists. 69 /// The number of offsets that follow the header before the range lists. 142 /// A class representing a table of lists as specified in the DWARF v5 143 /// standard for location lists and range lists. The table consists of a header 146 /// the lists' section offsets. 149 /// A mapping between file offsets and lists. It is used to find a particular
|
/llvm-project/libcxx/lib/abi/ |
H A D | README.TXT | 1 This directory contains abi lists representing the symbols exported 2 by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py. 5 lists *MUST* be updated to reflect the changes. This can be done by using the
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/ |
H A D | avoid-capturing-lambda-coroutines.rst | 6 Flags C++20 coroutine lambdas with non-empty capture lists that may cause 14 Using coroutine lambdas with non-empty capture lists can be risky, as capturing 47 In conclusion, the use of coroutine lambdas with non-empty capture lists can 50 C++20 coroutine lambdas with non-empty capture lists and suggesting avoiding
|
/llvm-project/flang/test/Semantics/ |
H A D | event02b.f90 | 37 !_____________ invalid event-wait-spec-lists: invalid until-spec _________________ 45 !_________________ invalid sync-stat-lists: invalid stat= ________________________ 53 !________________ invalid sync-stat-lists: invalid errmsg= _______________________ 61 !______ invalid event-wait-spec-lists: redundant event-wait-spec-list ____________ 99 !_____________ invalid sync-stat-lists: coindexed stat-variable - C1173 __________________
|
H A D | notifywait03.f90 | 39 !_____________ invalid event-wait-spec-lists: invalid until-spec _________________ 47 !_________________ invalid sync-stat-lists: invalid stat= ________________________ 55 !________________ invalid sync-stat-lists: invalid errmsg= _______________________ 63 !______ invalid event-wait-spec-lists: redundant event-wait-spec-list ____________ 101 !_____________ invalid sync-stat-lists: coindexed stat-variable - C1173 __________________
|
H A D | notifywait02.f90 | 24 !_____________ invalid event-wait-spec-lists: invalid until-spec _________________ 38 !_________________ invalid sync-stat-lists: invalid stat= ________________________ 52 !________________ invalid sync-stat-lists: invalid errmsg= _______________________
|
H A D | event01b.f90 | 67 !______ invalid sync-stat-lists: invalid stat= ____________ 75 !______ invalid sync-stat-lists: invalid errmsg= ____________ 80 !______ invalid sync-stat-lists: redundant sync-stat-list ____________ 106 !______ invalid sync-stat-lists: coindexed stat-variable - C1173____________
|
H A D | event02a.f90 | 39 !_____________ invalid event-wait-spec-lists: invalid until-spec _________________ 53 !_________________ invalid sync-stat-lists: invalid stat= ________________________ 67 !________________ invalid sync-stat-lists: invalid errmsg= _______________________
|
/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
H A D | debug-rnglists.yaml | 77 - Lists: 90 - Lists: 187 Lists: 245 Lists: 279 - Lists: 319 Lists: 351 Lists: 375 Lists: 417 Lists: 442 - Lists: [] [all …]
|
H A D | debug-loclists.yaml | 102 - Lists: 132 - Lists: 265 Lists: 338 Lists: 392 - Lists: 435 - Lists: 459 Lists: 490 Lists: 534 - Lists: 557 - Lists: [all …]
|
/llvm-project/libc/cmake/modules/ |
H A D | LLVMLibCLibraryRules.cmake | 13 foreach(dep IN LISTS deps) 35 foreach(dep IN LISTS deps) 109 foreach(dep IN LISTS all_deps) 145 foreach(dep IN LISTS all_deps) 168 foreach(dep IN LISTS REDIRECTOR_LIBRARY_DEPENDS) 205 foreach(dep IN LISTS ADD_HEADER_DEPENDS)
|
H A D | LLVMLibCFlagRules.cmake | 46 foreach(input_flag IN LISTS input_flags) 62 foreach(out_flag IN LISTS out_flags) 81 foreach(dep IN LISTS ARGN) 98 foreach(flag IN LISTS flags) 114 foreach(dep IN LISTS ARGN)
|
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
H A D | use-designated-initializers.rst | 6 Finds initializer lists for aggregate types which could be written as designated 9 With plain initializer lists, it is very easy to introduce bugs when adding new 50 The value `false` specifies that components of initializer lists expanded from
|
/llvm-project/libc/src/setjmp/arm/ |
H A D | longjmp.cpp | 25 # Reload r8, r9. They cannot appear in register lists so load them 31 # Reload r10, r11. They cannot appear in register lists so load them 37 # Reload sp, lr. They cannot appear in register lists so load them
|
/llvm-project/libc/test/src/stdbit/ |
H A D | CMakeLists.txt | 20 foreach(prefix IN LISTS prefixes) 21 foreach(suffix IN LISTS suffixes)
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 62 /// of a group of lists. When the factory object is reclaimed, all lists 123 /// isEqual - Returns true if two lists are equal. Because all lists created 126 /// that you should only compare two lists created from the same
|