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

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp17 #include "bcc/Compiler.h"
38 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) {
51 " (missing call to Compiler::config()?)",
95 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) { function in class:Compiler
99 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL), function in class:Compiler
113 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) {
151 Compiler
[all...]
/frameworks/compile/libbcc/include/bcc/
H A DCompiler.h36 // Design of Compiler
47 class Compiler { class in namespace:bcc
86 Compiler();
87 Compiler(const CompilerConfig &pConfig);
103 virtual ~Compiler();

Completed in 104 milliseconds