Searched defs:Compiler (Results 1 - 5 of 5) 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/llvm-ndk-cc/
H A Dllvm-ndk-cc.cpp30 #include "Compiler.h"
90 ndkpc::Compiler Compiler; local
91 Compiler.init(std::string(),
95 Compiler.setInputSource(InputFilename);
96 Compiler.setIncludePaths(IncludePaths);
97 Compiler.setOutput(OutputFilename.c_str());
98 Compiler.setPreDefinedSymbol(PreDefinedSymbolMap);
100 int ret = Compiler.compile();
H A DCompiler.cpp1 #include "Compiler.h"
69 void Compiler::LLVMErrorHandler(void *UserData, const std::string &Message) {
75 void Compiler::createDiagnostic() {
84 void Compiler::createTarget(const std::string &Triple, const std::string &CPU,
103 void Compiler::createFileManager() {
108 void Compiler::createSourceManager() {
113 void Compiler::createPreprocessor() {
148 void Compiler::createASTContext() {
162 *Compiler::createBackend(const clang::CodeGenOptions& CodeGenOpts,
172 Compiler function in class:ndkpc::Compiler
[all...]
H A DCompiler.h43 class Compiler { class in namespace:ndkpc
56 Compiler();
57 ~Compiler();
/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 84 milliseconds