Searched defs:createBackend (Results 1 - 3 of 3) sorted by relevance

/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));
/frameworks/compile/slang/
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_rs.cpp236 *SlangRS::createBackend(const clang::CodeGenOptions& CodeGenOpts, function in class:slang::SlangRS

Completed in 620 milliseconds