Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 12 of 12) sorted by relevance

/llvm-project/lld/ELF/
H A DMarkLive.cpp47 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 DInputSection.h68 uint8_t partition = 1; global() variable
H A DSymbols.h115 uint8_t partition; global() variable
H A DWriter.cpp295 findSection(StringRef name,unsigned partition=1) findSection() argument
[all...]
/llvm-project/libcxx/include/__algorithm/
H A Dpartition.h80 partition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { partition() function
/llvm-project/llvm/utils/
H A Dabtest.py135 def test_partition(partition, upcoming_partition): argument
/llvm-project/libc/src/stdlib/
H A Dqsort_util.h97 static size_t partition(const Array &array) { partition() function
/llvm-project/llvm/docs/
H A DExtensions.rst397 .. _partition: https://lld.llvm.org/Partitions.html global() target
/llvm-project/openmp/runtime/test/affinity/
H A Dlibomp_test_topology.h324 place_list_t *partition; in proc_bind_check() local
/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py203 def extract_field(partition, field_name): argument
/llvm-project/llvm/unittests/ADT/
H A DSimpleIListTest.cpp574 auto partition = [&](const Node &N) { return &N >= &Ns[5]; }; in TEST() local
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h569 partition(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _UnaryPredi… in partition() function