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

/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h42 // Design of Compiler
53 class Compiler { class in namespace:bcc
93 Compiler();
94 Compiler(const CompilerConfig &pConfig);
115 ~Compiler();
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp17 #include "bcc/Compiler.h"
51 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
64 "TargetMachine. (missing call to Compiler::config()?)";
92 Compiler::Compiler() : mTarget(nullptr), mEnableOpt(true) { function in class:Compiler
96 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(nullptr), function in class:Compiler
110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) {
145 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 192 milliseconds