/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | RecyclingAllocator.h | 43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function 45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
|
H A D | Recycler.h | 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function 93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
|
H A D | AllocatorBase.h | 44 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function 91 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
H A D | PerThreadBumpPtrAllocator.h | 43 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
H A D | Allocator.h | 148 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, Align Alignment) { in Allocate() function 212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_dlsym.h | 34 static void *Allocate(uptr size_in_bytes) { in Allocate() function
|
H A D | sanitizer_allocator_local_cache.h | 34 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function 159 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { in Allocate() function
|
H A D | sanitizer_allocator_combined.h | 44 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment) { in Allocate() function
|
H A D | sanitizer_allocator.cpp | 149 void *LowLevelAllocator::Allocate(uptr size) { in Allocate() function in __sanitizer::LowLevelAllocator
|
H A D | sanitizer_allocator_secondary.h | 85 void *Allocate(AllocatorStats *stat, const uptr size, uptr alignment) { in Allocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 277 Block Allocate() XRAY_NEVER_INSTRUMENT { return {Alloc()}; } in Allocate() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 328 Allocate, ///< Coroutine frame memory allocation. enumerator 355 Expr *Allocate = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScheduleDAG.cpp | 746 void ScheduleDAGTopologicalSort::Allocate(int n, int index) { in Allocate() function in ScheduleDAGTopologicalSort
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 90 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, in Allocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_allocator.cpp | 264 void *Allocate(uptr size) const { in Allocate() function 528 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 408 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, in Allocate() function
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 829 uintptr_t Allocate; in emitSection() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 2055 OMPClause *RebuildOMPAllocateClause(Expr *Allocate, ArrayRef<Expr *> VarList, in RebuildOMPAllocateClause()
|