Home
last modified time | relevance | path

Searched refs:Pool (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h47 PoolMap Pool; variable
122 assert(Pool.empty() && "Dangling references at pool destruction time");
130 std::tie(I, Added) = Pool.try_emplace(S, 0);
136 for (auto I = Pool.begin(), E = Pool.end(); I != E;) {
139 Pool.erase(Tmp);
145 return Pool.empty();
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp23 Pool.insert(std::make_pair(Sym, AddressPoolEntry(Pool.size(), TLS))); in getIndex()
33 + AddrSize * Pool.size(); // entries in emitHeader()
60 SmallVector<const MCExpr *, 64> Entries(Pool.size()); in emit()
62 for (const auto &I : Pool) in emit()
H A DDwarfStringPool.cpp24 : Pool(A), Prefix(Prefix), in DwarfStringPool()
29 auto I = Pool.insert(std::make_pair(Str, EntryTy())); in getEntryImpl()
80 if (Pool.empty()) in emit()
88 Entries.reserve(Pool.size()); in emit()
90 for (const auto &E : Pool) in emit()
118 for (const auto &Entry : Pool) { in emit()
H A DDwarfStringPool.h30 StringMap<EntryTy, BumpPtrAllocator &> Pool; variable
50 bool empty() const { return Pool.empty(); } in empty()
52 unsigned size() const { return Pool.size(); } in size()
H A DAddressPool.h31 DenseMap<const MCSymbol *, AddressPoolEntry> Pool; variable
48 bool isEmpty() { return Pool.empty(); } in isEmpty()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DManagedStringPool.h27 SmallVector<std::string *, 8> Pool; variable
33 SmallVectorImpl<std::string *>::iterator Current = Pool.begin(); in ~ManagedStringPool()
34 while (Current != Pool.end()) { in ~ManagedStringPool()
42 Pool.push_back(Str); in getManagedString()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h37 PoolEntry(ValuePool &Pool, ValueKeyT Value) in PoolEntry() argument
38 : Pool(Pool), Value(std::move(Value)) {} in PoolEntry()
40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
45 ValuePool &Pool;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp32 class Pool { class
158 size_t mem_size = sizeof(Pool); in MemorySize()
191 static Pool &StringPool() { in StringPool()
193 static Pool *g_string_pool = nullptr; in StringPool()
196 []() { g_string_pool = new Pool(); }); in StringPool()
234 return Pool::GetConstCStringLength(m_string); in GetLength()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DAllTUsExecution.cpp116 llvm::ThreadPool Pool(ThreadCount == 0 ? llvm::hardware_concurrency() in execute() local
125 Pool.async( in execute()
144 Pool.wait(); in execute()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DStringPool.h47 StringPool *Pool = nullptr; ///< So the string can remove itself. member
108 S->getValue().Pool->InternTable.remove(S); in clear()
/freebsd-12.1/contrib/tcsh/nls/german/
H A Dset1921 18 Gesamter benutzer Speicher im Pool: %d\n
22 19 Gesamter freier Speicher im Pool: %d\n
/freebsd-12.1/contrib/llvm/lib/Support/
H A DStringPool.cpp31 S->getValue().Pool = this; in intern()
/freebsd-12.1/contrib/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp317 ThreadPool Pool(NumThreads); in mergeInstrProfile() local
322 Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get()); in mergeInstrProfile()
325 Pool.wait(); in mergeInstrProfile()
333 Pool.async(mergeWriterContexts, Contexts[I].get(), in mergeInstrProfile()
335 Pool.wait(); in mergeInstrProfile()
337 Pool.async(mergeWriterContexts, Contexts[0].get(), in mergeInstrProfile()
339 Pool.wait(); in mergeInstrProfile()
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageReport.cpp364 ThreadPool Pool(NumThreads); in prepareFileReports() local
371 Pool.async(&CoverageReport::prepareSingleFileReport, Filename, in prepareFileReports()
374 Pool.wait(); in prepareFileReports()
H A DCodeCoverage.cpp957 ThreadPool Pool(NumThreads); in doShow() local
959 Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile, in doShow()
961 Pool.wait(); in doShow()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Djava9 # From Martin Pool ([email protected])
H A Ddiff33 # Copyright (C) 2001 by Martin Pool. You may do whatever you want with
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp45 IdDeclInfo Pool[POOL_SIZE]; member
408 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp831 ThreadPool Pool; in run() local
834 Pool.async([&](int count) { in run()
937 ThreadPool Pool(ThreadCount); in run() local
940 Pool.async([&](int count) { in run()
/freebsd-12.1/share/misc/
H A Dusb_hid_usages1097 0x7F PID Pool Report
1098 0x80 RAM Pool Size
1099 0x81 ROM Pool Size
1102 0x84 Pool Alignment
1103 0x85 PID Pool Move Report
1132 0xA9 Device Managed Pool
1135 0xAC RAM Pool Available
/freebsd-12.1/contrib/serf/
H A Ddesign-guide.txt8 3. Pool Usage
/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc254 TEST_F(ZfsdExceptionTest, Pool) in TEST_F() argument
/freebsd-12.1/contrib/subversion/
H A Dbuild-outputs.mk2151 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2214 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2217 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2223 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2226 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2229 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2244 …indings/javahl/native/MessageReceiver.h subversion/bindings/javahl/native/Pool.h subversion/includ…
2262Pool.lo: subversion/bindings/javahl/native/Pool.cpp subversion/bindings/javahl/native/JNICriticalS…
2263 $(COMPILE_JAVAHL_CXX) $(canonicalized_srcdir)subversion/bindings/javahl/native/Pool.cpp
2280 …ersion/bindings/javahl/native/JNIUtil.h subversion/bindings/javahl/native/Pool.h subversion/bindin…
[all …]
/freebsd-12.1/lib/libc/db/mpool/
H A Dmpool.libtp168 /* Flush Buffer Pool on Exit */
/freebsd-12.1/contrib/apr/
H A DLICENSE280 Copyright (C) 2000 by Martin Pool <[email protected]>

12