Searched defs:Allocate (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DRecycler.h82 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
92 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
H A DRecyclingAllocator.h44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
46 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
H A DAllocator.h46 void *Allocate(size_t Size, size_t Alignment) { function in class:llvm::AllocatorBase
76 template <typename T> T *Allocate(size_t Num = 1) { function in class:llvm::AllocatorBase
93 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, function in class:llvm::MallocAllocator
209 Allocate(size_t Size, size_t Alignment) { function in class:llvm::BumpPtrAllocatorImpl
408 T *Allocate(size_t num = 1) { return Allocator.Allocate<T>(num); } function in class:llvm::SpecificBumpPtrAllocator
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc114 void *LowLevelAllocator::Allocate(uptr size) { function in class:__sanitizer::LowLevelAllocator
H A Dsanitizer_allocator.h922 void *Allocate(SizeClassAllocator *allocator, uptr class_id) { function in struct:__sanitizer::SizeClassAllocatorLocalCache
1024 void *Allocate(AllocatorStats *stat, uptr size, uptr alignment) { function in class:__sanitizer::LargeMmapAllocator
1286 void *Allocate(AllocatorCache *cache, uptr size, uptr alignment, function in class:__sanitizer::CombinedAllocator
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { function in struct:clang::TemplateIdAnnotation
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h89 Storage *Allocate() { function in class:clang::PartialDiagnostic::StorageAllocator
/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_fake_stack.cc88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, function in class:__asan::FakeStack
H A Dasan_allocator.cc162 void *Allocate(uptr size) { function in struct:__asan::QuarantineCallback
323 void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack, function in struct:__asan::Allocator
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc88 void *Allocate(const StackTrace &stack, uptr size, uptr alignment, function in namespace:__lsan
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h370 void *Allocate(unsigned Size, unsigned Align = 8) { function in class:clang::PreprocessingRecord
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp586 uintptr_t Allocate; local
636 << " Allocate: " << Allocate << "\ local
646 << " Allocate: " << Allocate << "\\n"); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp76 IRForTarget::StaticDataAllocator::Allocate() function in class:IRForTarget::StaticDataAllocator

Completed in 104 milliseconds