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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h150 llvm::BumpPtrAllocator DebugInfoNames; member in class:clang::DynamicInitKind::CGDebugInfo
724 /// Allocate a copy of \p A using the DebugInfoNames allocator
728 char *Data = DebugInfoNames.Allocate<char>(A.size() + B.size());

Completed in 54 milliseconds