HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenAction (Results 1 - 6 of 6) 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"
287 CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext)
292 CodeGenAction::~CodeGenAction() {
298 bool CodeGenAction::hasIRSupport() const { return true; }
300 void CodeGenAction::EndSourceFileAction() {
313 llvm::Module *CodeGenAction::takeModule() {
317 llvm::LLVMContext *CodeGenAction::takeLLVMContext()
    [all...]
Android.mk 47 CodeGenAction.cpp \
  /external/clang/examples/clang-interpreter/
main.cpp 10 #include "clang/CodeGen/CodeGenAction.h"
143 OwningPtr<CodeGenAction> Act(new EmitLLVMOnlyAction());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 27 #include <clang/CodeGen/CodeGenAction.h>
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 27 #include <clang/CodeGen/CodeGenAction.h>

Completed in 1099 milliseconds