Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp529 static StringMap<StringInit*, BumpPtrAllocator &> CodePool(Allocator); in get() local
537 auto &Entry = *CodePool.insert(std::make_pair(V, nullptr)).first; in get()