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

/gdk/sources/llvm-ndk-cc/
H A DBackend.h6 #include "llvm/PassManager.h"
8 #include "llvm/Support/FormattedStream.h"
9 #include "llvm/Support/PassManagerBuilder.h"
13 namespace llvm { namespace
37 llvm::raw_ostream *OS,
71 llvm::LLVMContext &mLLVMContext;
74 llvm::Module *mpModule;
77 llvm::raw_ostream *mpOS;
84 llvm::FunctionPassManager *mpPerFunctionPasses;
88 llvm
[all...]
H A DCompiler.h15 #include "llvm/ADT/IntrusiveRefCntPtr.h"
16 #include "llvm/ADT/OwningPtr.h"
17 #include "llvm/ADT/StringRef.h"
19 namespace llvm { namespace
63 bool setInputSource(llvm::StringRef InputFile, const char *Text,
66 bool setInputSource(llvm::StringRef InputFile);
100 llvm::IntrusiveRefCntPtr<clang::Diagnostic> mDiagnostics;
102 llvm::IntrusiveRefCntPtr<clang::DiagnosticIDs> mDiagIDs;
110 llvm::OwningPtr<clang::TargetInfo> mTarget;
117 llvm
[all...]
/gdk/samples/bitmap-plasma-llvm/src/com/example/plasma/llvm/
H A DPlasma.java16 package com.example.plasma.llvm;

Completed in 131 milliseconds