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

/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();
/frameworks/compile/libbcc/lib/
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/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 372 milliseconds