Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h26 SmallVector<std::string *, 8> Pool; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h46 PoolMap Pool; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
H A DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/
H A DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/
H A Dpooltable.d12 struct PoolTable(Pool) in PoolTable() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/
H A Dpooltable.d12 struct PoolTable(Pool) in PoolTable() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfo Pool[POOL_SIZE]; member
H A DSemaType.cpp4682 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp240 ThreadPool Pool(S); in renderFiles() local
H A DCoverageReport.cpp398 ThreadPool Pool(S); in prepareFileReports() local
H A DCodeCoverage.cpp1071 ThreadPool Pool(S); in doShow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp221 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
H A DDWARFLinker.cpp2573 ThreadPool Pool(hardware_concurrency(2)); in link() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp944 ThreadPool Pool; in run() local
1076 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp558 llvm::ThreadPool Pool(llvm::hardware_concurrency(NumThreads)); in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp378 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d4857 private struct Pool(Data) in Pool() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d4836 private struct Pool(Data) in Pool() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp356 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile() local