/llvm-project/llvm/tools/reduce-chunk-list/ |
H A D | reduce-chunk-list.cpp | 31 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 D | DebugCounter.cpp | 19 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 D | RIFF.h | 60 std::vector<Chunk> Chunks; member
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | PostingList.cpp | 25 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 D | Markup.h | 75 std::vector<Chunk> Chunks; variable
|
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/ |
H A D | DirectiveTree.h |
|
/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | DebugCounter.h | 175 SmallVector<Chunk> Chunks; member
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 401 auto Chunks = Stream.getC11LinesSubstream(); in dumpModuleC11() local 416 auto Chunks = Stream.getC13LinesSubstream(); in dumpModuleC13() local
|
H A D | llvm-pdbutil.cpp | 1444 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList()
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | local_cache.h | 143 CompactPtrT Chunks[2 * SizeClassMap::MaxNumCachedHint]; member
|
/llvm-project/clang-tools-extra/clangd/unittests/support/ |
H A D | MarkupTests.cpp | 153 TEST(Paragraph, Chunks) { in TEST() argument
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 59 increaseGranularity(std::vector<Chunk> & Chunks) increaseGranularity() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 290 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 D | elf2yaml.cpp | 356 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 D | Serialization.cpp | 469 llvm::StringMap<llvm::StringRef> Chunks; in readRIFF() local [all...] |
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 719 std::vector<Chunk *> Chunks; global() member 728 std::vector<std::unique_ptr<Chunk>> Chunks; global() member
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 699 SmallVector<Chunk, 4> Chunks; global() variable
|
/llvm-project/clang/unittests/Format/ |
H A D | MacroCallReconstructorTest.cpp | 164 UnwrappedLine line(ArrayRef<Chunk> Chunks, unsigned Level = 0) { in line() argument
|