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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 71 class EmitBCAction : public CodeGenAction {
74 EmitBCAction(llvm::LLVMContext *_VMContext = 0);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 449 void EmitBCAction::anchor() { }
450 EmitBCAction::EmitBCAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 46 case EmitBC: return new EmitBCAction();

Completed in 191 milliseconds