Home
last modified time | relevance | path

Searched refs:Bufs (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp154 SmallVector<std::unique_ptr<llvm::MemoryBuffer>, 4> Bufs; in createChainedIncludesSource() local
158 Bufs.push_back(llvm::MemoryBuffer::getMemBuffer(SB->getBuffer())); in createChainedIncludesSource()
166 *Clang, pchName, Bufs, serialBufNames, in createChainedIncludesSource()
/openbsd/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DOffloadWrapper.cpp151 GlobalVariable *createBinDesc(Module &M, ArrayRef<ArrayRef<char>> Bufs) { in createBinDesc() argument
181 ImagesInits.reserve(Bufs.size()); in createBinDesc()
182 for (ArrayRef<char> Buf : Bufs) { in createBinDesc()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h316 InitAllocatorsFromBuffers(Allocators::Buffers &Bufs) XRAY_NEVER_INSTRUMENT { in InitAllocatorsFromBuffers() argument
317 Allocators A(Bufs); in InitAllocatorsFromBuffers()
/openbsd/gnu/llvm/clang/docs/
H A DOffloadingDesign.rst369 static const char Image0[] = { <Bufs.front() contents> };
371 static const char ImageN[] = { <Bufs.back() contents> };