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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 89 class EmitCodeGenOnlyAction : public CodeGenAction {
92 EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext = nullptr);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 711 void EmitCodeGenOnlyAction::anchor() { }
712 EmitCodeGenOnlyAction::EmitCodeGenOnlyAction(llvm::LLVMContext *_VMContext)

Completed in 147 milliseconds