Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dstring_pool.h51 PoolMap Pool; variable
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h53 PoolMap Pool; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h29 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
H A DAddressPool.h30 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
/openbsd/gnu/llvm/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp77 ThreadPool Pool(hardware_concurrency(MaxConcurrency)); in main() local
/openbsd/gnu/llvm/llvm/include/llvm/DWP/
H A DDWPStringPool.h35 DenseMap<const char *, uint32_t, CStrDenseMapInfo> Pool; variable
/openbsd/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h120 ThreadPool &Pool; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h36 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DThreadPool.h227 ThreadPoolTaskGroup(ThreadPool &Pool) : Pool(Pool) {} in ThreadPoolTaskGroup()
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DAllTUsExecution.cpp118 llvm::ThreadPool Pool(llvm::hardware_concurrency(ThreadCount)); in execute() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DIdentifierResolver.cpp44 IdDeclInfo Pool[POOL_SIZE]; member
H A DSemaType.cpp4870 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * { in GetFullTypeForDeclarator()
/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp239 ThreadPool Pool(S); in renderFiles() local
H A DCoverageReport.cpp398 ThreadPool Pool(S); in prepareFileReports() local
H A DCodeCoverage.cpp1148 ThreadPool Pool(S); in doShow() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp30 class Pool { class
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp987 ThreadPool Pool; in run() local
1128 ThreadPool Pool(heavyweight_hardware_concurrency(ThreadCount)); in run() local
/openbsd/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp304 DebuginfodLog &Log, ThreadPool &Pool, in DebuginfodCollection()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp227 void DwarfStreamer::emitStrings(const NonRelocatableStringpool &Pool) { in emitStrings()
H A DDWARFLinker.cpp2721 ThreadPool Pool(hardware_concurrency(2)); in link() local
/openbsd/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp716 llvm::ThreadPool Pool(llvm::hardware_concurrency(NumThreads)); in main() local
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp408 auto getNullabilityAttr = [&](AttributePool &Pool) -> ParsedAttr * { in addContextSensitiveTypeNullability()
/openbsd/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp430 ThreadPool Pool(hardware_concurrency(NumThreads)); in mergeInstrProfile() local