Home
last modified time | relevance | path

Searched refs:AllocationSite (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_memory_profile.cpp24 struct AllocationSite { struct
51 [](const AllocationSite &a, const AllocationSite &b) { in Print()
82 InternalMmapVector<AllocationSite> allocations_;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.h48 struct AllocationSite { struct
52 AllocationSite(std::unique_ptr<std::byte[]> Memory, Form AllocForm) in AllocationSite() function
94 llvm::DenseMap<const Expr *, AllocationSite>::const_iterator;
100 llvm::DenseMap<const Expr *, AllocationSite> AllocationSites;
H A DDynamicAllocator.cpp101 {D->asExpr(), AllocationSite(std::move(Memory), AllocForm)}); in allocate()