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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 89 class EmitCodeGenOnlyAction : public CodeGenAction {
92 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = 0);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 444 void EmitCodeGenOnlyAction::anchor() { }
445 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 53 case EmitCodeGenOnly: return new EmitCodeGenOnlyAction();

Completed in 444 milliseconds