Home
last modified time | relevance | path

Searched refs:Chunks (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h172 RopePieceBTree Chunks; variable
182 RewriteRope(const RewriteRope &RHS) : Chunks(RHS.Chunks) {} in RewriteRope()
187 iterator begin() const { return Chunks.begin(); } in begin()
188 iterator end() const { return Chunks.end(); } in end()
189 unsigned size() const { return Chunks.size(); } in size()
192 Chunks.clear(); in clear()
198 Chunks.insert(0, MakeRopeString(Start, End)); in assign()
204 Chunks.insert(Offset, MakeRopeString(Start, End)); in insert()
210 Chunks.erase(Offset, NumBytes); in erase()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h78 CompactPtrT CompactP = C->Chunks[--C->Count]; in allocate()
94 C->Chunks[C->Count++] = in deallocate()
136 CompactPtrT Chunks[2 * TransferBatch::MaxNumCached]; member
176 B->copyToArray(C->Chunks); in refill()
185 createBatch(ClassId, Allocator->decompactPtr(ClassId, C->Chunks[0])); in drain()
188 B->setFromArray(&C->Chunks[0], Count); in drain()
191 C->Chunks[I] = C->Chunks[I + Count]; in drain()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp281 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString() argument
292 StoredChunks[I] = Chunks[I]; in CodeCompletionString()
421 sizeof(CodeCompletionString) + sizeof(Chunk) * Chunks.size() + in TakeString()
425 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
427 Chunks.clear(); in TakeString()
436 Chunks.push_back(Chunk::CreateText(Text)); in AddTextChunk()
440 Chunks.push_back(Chunk::CreateOptional(Optional)); in AddOptionalChunk()
444 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder)); in AddPlaceholderChunk()
448 Chunks.push_back(Chunk::CreateInformative(Text)); in AddInformativeChunk()
452 Chunks.push_back(Chunk::CreateResultType(ResultType)); in AddResultTypeChunk()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp401 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11() local
403 Chunks); in dumpModuleC11()
416 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13() local
420 std::tie(ThisChunk, Chunks) = Chunks.split(SS.getRecordLength()); in dumpModuleC13()
425 P.formatMsfStreamData("Debug Chunks", File, Layout, Chunks); in dumpModuleC13()
H A Dllvm-pdbutil.cpp1420 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList() argument
1423 if (!llvm::is_contained(Chunks, opts::ModuleSubsection::All)) in simplifyChunkList()
1425 Chunks.reset(); in simplifyChunkList()
1426 Chunks.push_back(opts::ModuleSubsection::All); in simplifyChunkList()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp355 Doc.Chunks.insert( in ELFState()
356 Doc.Chunks.begin(), in ELFState()
362 for (size_t I = 0; I < Doc.Chunks.size(); ++I) { in ELFState()
442 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
443 Doc.Chunks.insert(Doc.Chunks.end() - 1, std::move(Sec)); in ELFState()
445 Doc.Chunks.push_back(std::move(Sec)); in ELFState()
451 Doc.Chunks.push_back( in ELFState()
536 for (size_t I = 0, E = Doc.Chunks.size(); I != E; ++I) { in initProgramHeaders()
539 NameToIndex[Doc.Chunks[I]->Name] = I + 1; in initProgramHeaders()
576 YamlPhdr.Chunks.push_back(Doc.Chunks[I - 1].get()); in initProgramHeaders()
[all …]
H A DELFYAML.cpp1818 IO.mapOptional("Sections", Object.Chunks); in mapping()
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DNewLLD.rst190 Chunks created for common or BSS symbols are not backed by sections.
193 Chunks know about their size, how to copy their data to mmap'ed outputs,
201 input files as Chunks for ELF. Instead, we directly use the input section
205 mmap'ed outputs, just like COFF Chunks.
209 OutputSection is a container of InputSections (ELF) or Chunks (COFF).
219 They are responsible for creating and owning Symbols and InputSections/Chunks.
223 The writer is responsible for writing file headers and InputSections/Chunks to
224 a file. It creates OutputSections, put all InputSections/Chunks into them,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h689 std::vector<Chunk *> Chunks; member
698 std::vector<std::unique_ptr<Chunk>> Chunks; member
710 for (const std::unique_ptr<Chunk> &Sec : Chunks) in getSections()
717 for (const std::unique_ptr<Chunk> &C : Chunks) in getSectionHeaderTable()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h583 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks,
684 SmallVector<Chunk, 4> Chunks; variable
/freebsd-13.1/contrib/ncurses/misc/
H A Dterminfo.src4662 # Chunks from xterm #230: