Searched defs:partition (Results 1 – 12 of 12) sorted by relevance
/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 47 MarkLive(Ctx &ctx, unsigned partition) : ctx(ctx), partition(partition) {} in MarkLive() argument 64 // The index of the partition that we are currently processing. member in __anonc66a56ff0111::MarkLive [all...] |
H A D | InputSection.h | 68 uint8_t partition = 1; global() variable
|
H A D | Symbols.h | 115 uint8_t partition; global() variable
|
H A D | Writer.cpp | 295 findSection(StringRef name,unsigned partition=1) findSection() argument [all...] |
/llvm-project/libcxx/include/__algorithm/ |
H A D | partition.h | 80 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { partition() function
|
/llvm-project/llvm/utils/ |
H A D | abtest.py | 135 def test_partition(partition, upcoming_partition): argument
|
/llvm-project/libc/src/stdlib/ |
H A D | qsort_util.h | 97 static size_t partition(const Array &array) { partition() function
|
/llvm-project/llvm/docs/ |
H A D | Extensions.rst | 397 .. _partition: https://lld.llvm.org/Partitions.html global() target
|
/llvm-project/openmp/runtime/test/affinity/ |
H A D | libomp_test_topology.h | 324 place_list_t *partition; in proc_bind_check() local
|
/llvm-project/third-party/benchmark/tools/gbench/ |
H A D | report.py | 203 def extract_field(partition, field_name): argument
|
/llvm-project/llvm/unittests/ADT/ |
H A D | SimpleIListTest.cpp | 574 auto partition = [&](const Node &N) { return &N >= &Ns[5]; }; in TEST() local
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 569 partition(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _UnaryPredi… in partition() function
|