Searched refs:createBackend (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs.h87 *createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang.cpp250 Slang::createBackend(const clang::CodeGenOptions& CodeGenOpts, function in class:slang::Slang
431 mBackend.reset(createBackend(CodeGenOpts, &mOS->os(), mOT));
H A Dslang.h160 createBackend(const clang::CodeGenOptions& CodeGenOpts,
H A Dslang_rs.cpp236 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, function in class:slang::SlangRS
/frameworks/compile/llvm-ndk-cc/
H A DCompiler.cpp162 *Compiler::createBackend(const clang::CodeGenOptions& CodeGenOpts, function in class:ndkpc::Compiler
292 mBackend.reset(createBackend(mCodeGenOpts, &mOS->os(), mOT));
H A DCompiler.h154 clang::ASTConsumer *createBackend(const clang::CodeGenOptions& CodeGenOpts,

Completed in 65 milliseconds