HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenAction (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 1 //===--- CodeGenAction.h - LLVM Code Generation Frontend Action -*- C++ -*-===//
24 class CodeGenAction : public ASTFrontendAction {
36 CodeGenAction(unsigned _Act, llvm::LLVMContext *_VMContext = 0);
48 ~CodeGenAction();
65 class EmitAssemblyAction : public CodeGenAction {
71 class EmitBCAction : public CodeGenAction {
77 class EmitLLVMAction : public CodeGenAction {
83 class EmitLLVMOnlyAction : public CodeGenAction {
89 class EmitCodeGenOnlyAction : public CodeGenAction {
95 class EmitObjAction : public CodeGenAction {
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
10 #include "clang/CodeGen/CodeGenAction.h"
270 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext)
275 CodeGenAction::~CodeGenAction() {
281 bool CodeGenAction::hasIRSupport() const { return true; }
283 void CodeGenAction::EndSourceFileAction() {
296 llvm::Module *CodeGenAction::takeModule() {
300 llvm::LLVMContext *CodeGenAction::takeLLVMContext()
    [all...]
Android.mk 46 CodeGenAction.cpp \
  /external/clang/examples/clang-interpreter/
main.cpp 10 #include "clang/CodeGen/CodeGenAction.h"
142 OwningPtr<CodeGenAction> Act(new EmitLLVMOnlyAction());

Completed in 87 milliseconds