Home
last modified time | relevance | path

Searched defs:Pool (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h28 StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> Pool; variable
H A DAddressPool.h28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
H A DDwarfStringPool.cpp17 StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> &Pool, in getEntry()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DStringPool.h48 StringPool *Pool; ///< So the string can remove itself. member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp472 typedef FoldingSet<BitsInit> Pool; in get() typedef
575 class Pool : public T { class
637 typedef FoldingSet<ListInit> Pool; in get() typedef
1031 typedef DenseMap<Key, TernOpInit *> Pool; in get() typedef
1414 typedef DenseMap<Key, VarBitInit *> Pool; in get() typedef
1440 typedef DenseMap<Key, VarListElementInit *> Pool; in get() typedef
1508 typedef DenseMap<Key, FieldInit *> Pool; in get() typedef
1575 typedef FoldingSet<DagInit> Pool; in get() typedef
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp41 IdDeclInfo Pool[POOL_SIZE]; member