Home
last modified time | relevance | path

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

/freebsd/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()
191 iterator begin() const { return Chunks.begin(); } in begin()
192 iterator end() const { return Chunks.end(); } in end()
193 unsigned size() const { return Chunks.size(); } in size()
196 Chunks.clear(); in clear()
202 Chunks.insert(0, MakeRopeString(Start, End)); in assign()
208 Chunks.insert(Offset, MakeRopeString(Start, End)); in insert()
214 Chunks.erase(Offset, NumBytes); in erase()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h54 CompactPtrT CompactP = C->Chunks[--C->Count]; in allocate()
70 C->Chunks[C->Count++] = in deallocate()
143 CompactPtrT Chunks[2 * SizeClassMap::MaxNumCachedHint]; in alignas() local
171 Allocator->popBlocks(this, ClassId, C->Chunks, MaxRefill); in refill()
179 Allocator->pushBlocks(this, ClassId, &C->Chunks[0], Count); in drain()
183 C->Chunks[I] = C->Chunks[I + Count]; in drain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp290 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString() argument
301 StoredChunks[I] = Chunks[I]; in CodeCompletionString()
438 sizeof(CodeCompletionString) + sizeof(Chunk) * Chunks.size() + in TakeString()
442 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
444 Chunks.clear(); in TakeString()
453 Chunks.push_back(Chunk::CreateText(Text)); in AddTextChunk()
457 Chunks.push_back(Chunk::CreateOptional(Optional)); in AddOptionalChunk()
461 Chunks.push_back(Chunk::CreatePlaceholder(Placeholder)); in AddPlaceholderChunk()
465 Chunks.push_back(Chunk::CreateInformative(Text)); in AddInformativeChunk()
469 Chunks.push_back(Chunk::CreateResultType(ResultType)); in AddResultTypeChunk()
[all …]
/freebsd/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.cpp1444 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList() argument
1447 if (!llvm::is_contained(Chunks, opts::ModuleSubsection::All)) in simplifyChunkList()
1449 Chunks.reset(); in simplifyChunkList()
1450 Chunks.push_back(opts::ModuleSubsection::All); in simplifyChunkList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp357 Doc.Chunks.insert( in ELFState()
358 Doc.Chunks.begin(), in ELFState()
364 for (size_t I = 0; I < Doc.Chunks.size(); ++I) { in ELFState()
444 if (Doc.Chunks.back().get() == SecHdrTable) in ELFState()
445 Doc.Chunks.insert(Doc.Chunks.end() - 1, std::move(Sec)); in ELFState()
447 Doc.Chunks.push_back(std::move(Sec)); in ELFState()
453 Doc.Chunks.push_back( in ELFState()
538 for (size_t I = 0, E = Doc.Chunks.size(); I != E; ++I) { in initProgramHeaders()
541 NameToIndex[Doc.Chunks[I]->Name] = I + 1; in initProgramHeaders()
578 YamlPhdr.Chunks.push_back(Doc.Chunks[I - 1].get()); in initProgramHeaders()
[all …]
H A DELFYAML.cpp1948 IO.mapOptional("Sections", Object.Chunks); in mapping()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h707 std::vector<Chunk *> Chunks; member
716 std::vector<std::unique_ptr<Chunk>> Chunks; member
728 for (const std::unique_ptr<Chunk> &Sec : Chunks) in getSections()
735 for (const std::unique_ptr<Chunk> &C : Chunks) in getSectionHeaderTable()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h593 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks,
697 SmallVector<Chunk, 4> Chunks; variable
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src4887 # Chunks from xterm #230: