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

/gdk/sources/llvm-ndk-cc/
H A DBackend.cpp1 #include "Backend.h"
44 void Backend::CreateFunctionPasses() {
59 void Backend::CreateModulePasses() {
85 bool Backend::CreateCodeGenPasses() {
179 Backend::Backend(const clang::CodeGenOptions &CodeGenOpts, function in class:ndkpc::Backend
202 void Backend::Initialize(clang::ASTContext &Ctx) {
208 void Backend::HandleTopLevelDecl(clang::DeclGroupRef D) {
213 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
312 void Backend
[all...]
H A DBackend.h32 class Backend : public clang::ASTConsumer { class in namespace:ndkpc
34 Backend(const clang::CodeGenOptions &CodeGenOpts,
40 virtual ~Backend();

Completed in 64 milliseconds