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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.h92 /// DebugInfoNames - This is a storage for names that are
94 llvm::BumpPtrAllocator DebugInfoNames; member in class:clang::CodeGen::CGDebugInfo
386 /// internString - Allocate a copy of \p A using the DebugInfoNames allocator
390 char *Data = DebugInfoNames.Allocate<char>(A.size() + B.size());

Completed in 89 milliseconds