Searched defs:Pool (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | ManagedStringPool.h | 27 SmallVector<std::string *, 8> Pool; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfStringPool.h | 28 StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> Pool; variable
|
H A D | AddressPool.h | 28 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
|
H A D | DwarfStringPool.cpp | 17 StringMap<std::pair<MCSymbol *, unsigned>, BumpPtrAllocator &> &Pool, in getEntry()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | StringPool.h | 48 StringPool *Pool; ///< So the string can remove itself. member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 38 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 472 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 D | IdentifierResolver.cpp | 41 IdDeclInfo Pool[POOL_SIZE]; member
|