Home
last modified time | relevance | path

Searched defs:Chunks (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/tools/reduce-chunk-list/
H A Dreduce-chunk-list.cpp31 SmallVector<Chunk> simplifyChunksList(ArrayRef<Chunk> Chunks) { in simplifyChunksList()
43 bool isStillInteresting(ArrayRef<Chunk> Chunks) { in isStillInteresting()
76 bool increaseGranularity(SmallVector<Chunk> &Chunks) { in increaseGranularity()
/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp19 void DebugCounter::printChunks(raw_ostream &OS, ArrayRef<Chunk> Chunks) { in printChunks()
34 bool DebugCounter::parseChunks(StringRef Str, SmallVector<Chunk> &Chunks) { in parseChunks()
183 SmallVector<Chunk> Chunks; in push_back() local
/llvm-project/clang-tools-extra/clangd/
H A DRIFF.h60 std::vector<Chunk> Chunks; member
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DPostingList.cpp25 explicit ChunkIterator(const Token *Tok, llvm::ArrayRef<Chunk> Chunks) in ChunkIterator()
114 llvm::ArrayRef<Chunk> Chunks; member in clang::clangd::dex::__anon18161f850111::ChunkIterator
/llvm-project/clang-tools-extra/clangd/support/
H A DMarkup.h75 std::vector<Chunk> Chunks; variable
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h
/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h175 SmallVector<Chunk> Chunks; member
/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp401 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11() local
416 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13() local
H A Dllvm-pdbutil.cpp1444 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h143 CompactPtrT Chunks[2 * SizeClassMap::MaxNumCachedHint]; member
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DMarkupTests.cpp153 TEST(Paragraph, Chunks) { in TEST() argument
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp59 increaseGranularity(std::vector<Chunk> & Chunks) increaseGranularity() argument
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp290 CodeCompletionString(const Chunk * Chunks,unsigned NumChunks,unsigned Priority,CXAvailabilityKind Availability,const char ** Annotations,unsigned NumAnnotations,StringRef ParentName,const char * BriefComment) CodeCompletionString() argument
[all...]
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp356 std::vector<std::unique_ptr<ELFYAML::Chunk>> Chunks = std::move(*ChunksOrErr); in dump() local
474 dumpProgramHeaders(ArrayRef<std::unique_ptr<ELFYAML::Chunk>> Chunks) dumpProgramHeaders() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.cpp469 llvm::StringMap<llvm::StringRef> Chunks; in readRIFF() local
[all...]
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h719 std::vector<Chunk *> Chunks; global() member
728 std::vector<std::unique_ptr<Chunk>> Chunks; global() member
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h699 SmallVector<Chunk, 4> Chunks; global() variable
/llvm-project/clang/unittests/Format/
H A DMacroCallReconstructorTest.cpp164 UnwrappedLine line(ArrayRef<Chunk> Chunks, unsigned Level = 0) { in line() argument