LLVM: include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h Source File (original) (raw)
1
2
3
4
5
6
7
8
9
10
11
12
13#ifndef LLVM_EXECUTIONENGINE_ORC_SHARED_ALLOCATIONACTIONS_H
14#define LLVM_EXECUTIONENGINE_ORC_SHARED_ALLOCATIONACTIONS_H
15
20
21#include
22
23namespace llvm {
24namespace orc {
26
27
28
29
30
31
32
33
34
35
40
41
42
43
44
46
47
48
49
50
55
56
57
58
59
60
61
62
63
64
65
68
69
70
71
73
76
77template <>
97
98}
99}
100}
101
102#endif
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
Lightweight error class with error context and mandatory checking.
Tagged union holding either a T or a Error.
This is an optimization pass for GlobalISel generic memory operations.
auto count_if(R &&Range, UnaryPredicate P)
Wrapper function around std::count_if to count the number of times an element satisfying a given pred...