Home
last modified time | relevance | path

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

/freebsd/contrib/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()
188 SmallVector<Chunk> Chunks; in push_back() local
/freebsd/contrib/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.cpp1449 static void simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> &Chunks) { in simplifyChunkList()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DRewriteRope.h173 RopePieceBTree Chunks; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h179 SmallVector<Chunk> Chunks; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_allocator.h143 CompactPtrT Chunks[2 * SizeClassMap::MaxNumCachedHint]; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp286 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h735 std::vector<Chunk *> Chunks; member
744 std::vector<std::unique_ptr<Chunk>> Chunks; member
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h698 SmallVector<Chunk, 4> Chunks; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1134 SmallVector<LoadStoreChunk, 2> Chunks(1); in computeDependenciesAux() local