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

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp17 #include "bcc/Compiler.h"
41 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
54 "TargetMachine. (missing call to Compiler::config()?)";
92 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) { function in class:Compiler
96 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL), function in class:Compiler
110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) {
145 Compiler
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h41 // Design of Compiler
52 class Compiler { class in namespace:bcc
90 Compiler();
91 Compiler(const CompilerConfig &pConfig);
112 virtual ~Compiler();

Completed in 55 milliseconds