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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
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 DRecycler.h102 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
113 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
H A DAllocator.h36 void *Allocate(size_t Size, size_t /*Alignment*/) { return malloc(Size); } function in class:llvm::MallocAllocator
39 T *Allocate() { return static_cast<T*>(malloc(sizeof(T))); } function in class:llvm::MallocAllocator
42 T *Allocate(size_t Num) { function in class:llvm::MallocAllocator
156 T *Allocate() { function in class:llvm::BumpPtrAllocator
163 T *Allocate(size_t Num) { function in class:llvm::BumpPtrAllocator
170 T *Allocate(size_t Num, size_t Alignment) { function in class:llvm::BumpPtrAllocator
222 T *Allocate(size_t num = 1) { function in class:llvm::SpecificBumpPtrAllocator
[all...]
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAllocator.cpp95 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { function in class:llvm::BumpPtrAllocator
178 MemSlab *MallocSlabAllocator::Allocate(size_t Size) { function in class:llvm::MallocSlabAllocator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h185 Allocate(unsigned NumArgs, SmallVectorImpl<TemplateIdAnnotation*> &List) { function in struct:clang::TemplateIdAnnotation
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h94 Storage *Allocate() { function in class:clang::PartialDiagnostic::StorageAllocator
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp294 unsigned Allocate; local
333 << " Allocate: " << Allocate local
349 << " Allocate local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h367 void *Allocate(unsigned Size, unsigned Align = 8) { function in class:clang::PreprocessingRecord
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCContext.h410 void *Allocate(unsigned Size, unsigned Align = 8) { function in class:llvm::MCContext
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp569 MemSlab *JITSlabAllocator::Allocate(size_t Size) { function in class:JITSlabAllocator
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRForTarget.cpp72 lldb::addr_t IRForTarget::StaticDataAllocator::Allocate() function in class:IRForTarget::StaticDataAllocator
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h473 void *Allocate(size_t Size, unsigned Align = 8) const { function in class:clang::ASTContext

Completed in 185 milliseconds