Home
last modified time | relevance | path

Searched defs:Chunks (Results 1 – 9 of 9) 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()
183 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.cpp1446 simplifyChunkList(llvm::cl::list<opts::ModuleSubsection> & Chunks) simplifyChunkList() argument
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h172 RopePieceBTree Chunks; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h175 SmallVector<Chunk> Chunks; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h214 CompactPtrT Chunks[2 * TransferBatch::MaxNumCached]; alignas() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp290 const Chunk *Chunks, unsigned NumChunks, unsigned Priority, in CodeCompletionString()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h719 std::vector<Chunk *> Chunks; member
728 std::vector<std::unique_ptr<Chunk>> Chunks; member
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h699 SmallVector<Chunk, 4> Chunks; variable