Searched refs:setAllocator (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DDebugInfo.h32 void setAllocator(std::unique_ptr<llvm::BumpPtrAllocator> allocator) { function in class:lld::mach_o::DebugInfo
H A DMachONormalizedFileToAtoms.cpp818 file.debugInfo()->setAllocator(std::move(allocator));
983 file.debugInfo()->setAllocator(std::move(allocator));
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h276 void setAllocator(Expr *A) { Allocator = A; } function in class:clang::OMPAllocatorClause
367 void setAllocator(Expr *A) { Allocator = A; } function in class:clang::final
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11776 C->setAllocator(Record.readExpr());
12226 C->setAllocator(Record.readSubExpr());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp280 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,
11775 Stack->setAllocator(AllocatorKind, Res.get());

Completed in 223 milliseconds