Searched refs:Compiler (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DCompiler.h1 //===- Compiler.h ---------------------------------------------------------===//
12 #include <llvm/Support/Compiler.h>
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp26 #include "bcc/Compiler.h"
109 Compiler::ErrorCode RSCompilerDriver::compileScript(Script& pScript, const char* pScriptName,
121 if (mCompiler.screenGlobalFunctions(pScript) != Compiler::kSuccess) {
122 return Compiler::kErrInvalidSource;
145 return Compiler::kErrInvalidSource;
160 return Compiler::kErrInvalidOutputFileState;
170 return Compiler::kErrPrepareOutput;
179 return Compiler::kErrInvalidSource;
183 Compiler::ErrorCode err = mCompiler.config(*mConfig);
184 if (err != Compiler
[all...]
H A DCompiler.cpp23 #include "bcc/Compiler.h"
118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
131 "TargetMachine. (missing call to Compiler::config()?)";
161 Compiler::Compiler() : mTarget(nullptr), mEnableOpt(true) { function in class:Compiler
165 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), function in class:Compiler
179 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) {
214 Compiler
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h39 // Design of Compiler
50 class Compiler { class in namespace:bcc
92 Compiler();
93 explicit Compiler(const CompilerConfig &pConfig);
110 ~Compiler();
H A DRSCompilerDriver.h20 #include "bcc/Compiler.h"
44 Compiler mCompiler;
73 Compiler::ErrorCode compileScript(Script& pScript, const char* pScriptName,
83 Compiler *getCompiler() {
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp68 // Compiler Options
148 Compiler *compiler = pCompilerDriver.getCompiler();
201 Compiler::ErrorCode result = compiler->config(*config);
203 if (result != Compiler::kSuccess) {
205 << Compiler::GetErrorString(result) << ")\n";
262 Compiler compiler;
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp280 std::unique_ptr<slang::Slang> Compiler(
283 !Compiler->compile(IOFiles32, IOFiles32, DepFiles32, Opts, *DiagOpts);
294 std::unique_ptr<slang::Slang> Compiler(
297 !Compiler->compile(IOFiles64, IOFiles32, DepFiles64, Opts, *DiagOpts);
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp125 // Compiler Options
223 Compiler *RSC = pRSCD.getCompiler();
253 Compiler::ErrorCode result = RSC->config(*config);
267 if (result != Compiler::kSuccess) {
269 << Compiler::GetErrorString(result) << ")\n";
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 3134 milliseconds