Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp510 static StringMap<StringInit*, BumpPtrAllocator &> CodePool(Allocator); in get() local
518 auto &Entry = *CodePool.insert(std::make_pair(V, nullptr)).first; in get()