Searched refs:Compiler (Results 1 – 14 of 14) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSCompilerDriver.cpp | 109 Compiler::ErrorCode RSCompilerDriver::compileScript(Script& pScript, const char* pScriptName, in compileScript() 121 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) { in compileScript() 122 return Compiler::kErrInvalidSource; in compileScript() 145 return Compiler::kErrInvalidSource; in compileScript() 160 return Compiler::kErrInvalidOutputFileState; in compileScript() 170 return Compiler::kErrPrepareOutput; in compileScript() 179 return Compiler::kErrInvalidSource; in compileScript() 183 Compiler::ErrorCode err = mCompiler.config(*mConfig); in compileScript() 184 if (err != Compiler::kSuccess) { in compileScript() 186 Compiler::GetErrorString(err)); in compileScript() [all …]
|
D | Compiler.cpp | 118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() 161 Compiler::Compiler() : mTarget(nullptr), mEnableOpt(true) { in Compiler() function in Compiler 165 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), in Compiler() function in Compiler 179 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config() 214 Compiler::~Compiler() { in ~Compiler() 221 enum Compiler::ErrorCode Compiler::runPasses(Script &script, in runPasses() 301 enum Compiler::ErrorCode Compiler::compile(Script &script, in compile() 368 bool Compiler::addInternalizeSymbolsPass(Script &script, llvm::legacy::PassManager &pPM) { in addInternalizeSymbolsPass() 458 void Compiler::addInvokeHelperPass(llvm::legacy::PassManager &pPM) { in addInvokeHelperPass() 465 void Compiler::addDebugInfoPass(Script &script, llvm::legacy::PassManager &pPM) { in addDebugInfoPass() [all …]
|
D | Android.bp | 33 "Compiler.cpp",
|
/frameworks/compile/libbcc/include/bcc/ |
D | Compiler.h | 50 class Compiler { 92 Compiler(); 93 explicit Compiler(const CompilerConfig &pConfig); 110 ~Compiler();
|
D | RSCompilerDriver.h | 44 Compiler mCompiler; 73 Compiler::ErrorCode compileScript(Script& pScript, const char* pScriptName, 83 Compiler *getCompiler() { in getCompiler()
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 148 Compiler *compiler = pCompilerDriver.getCompiler(); in ConfigCompiler() 201 Compiler::ErrorCode result = compiler->config(*config); in ConfigCompiler() 203 if (result != Compiler::kSuccess) { in ConfigCompiler() 205 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler() 262 Compiler compiler; in main()
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 298 std::unique_ptr<slang::Slang> Compiler( in main() local 301 !Compiler->compile(IOFiles32, IOFiles32, DepFiles32, Opts, *DiagOpts, &Reflection); in main() 312 std::unique_ptr<slang::Slang> Compiler( in main() local 315 !Compiler->compile(IOFiles64, IOFiles32, DepFiles64, Opts, *DiagOpts, &Reflection); in main()
|
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 234 Compiler *RSC = pRSCD.getCompiler(); in ConfigCompiler() 264 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler() 278 if (result != Compiler::kSuccess) { in ConfigCompiler() 280 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/base/tools/processors/intdef_mappings/test/android/processor/ |
D | IntDefProcessorTest.kt | 21 import com.google.testing.compile.Compiler.javac
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 1 # View Compiler
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 41207 public final class Compiler {
|