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 432 void EmitBCAction::anchor() { }
433 EmitBCAction::EmitBCAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 45 case EmitBC: return new EmitBCAction();

Completed in 65 milliseconds