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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 95 class EmitObjAction : public CodeGenAction {
98 EmitObjAction(llvm::LLVMContext *_VMContext = 0);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 448 void EmitObjAction::anchor() { }
449 EmitObjAction::EmitObjAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 54 case EmitObj: return new EmitObjAction();

Completed in 53 milliseconds