Home
last modified time | relevance | path

Searched refs:addBuffer (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.h117 void addBuffer(const HLSLBufferDecl *D);
H A DCGHLSLRuntime.cpp160 void CGHLSLRuntime::addBuffer(const HLSLBufferDecl *D) { in addBuffer() function in CGHLSLRuntime
H A DCodeGenModule.cpp7162 getHLSLRuntime().addBuffer(cast<HLSLBufferDecl>(D)); in EmitTopLevelDecl()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriver.h185 void addBuffer(std::unique_ptr<MemoryBuffer> mb, bool wholeArchive,
H A DDriver.cpp178 void LinkerDriver::addBuffer(std::unique_ptr<MemoryBuffer> mb, in addBuffer() function in lld::coff::LinkerDriver
273 ctx.driver.addBuffer(std::move(mb), wholeArchive, lazy); in enqueuePath()
2586 addBuffer(createManifestRes(), false, false); in linkerMain()