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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 65 class EmitAssemblyAction : public CodeGenAction {
68 EmitAssemblyAction(llvm::LLVMContext *_VMContext = 0);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 428 void EmitAssemblyAction::anchor() { }
429 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext)
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 44 case EmitAssembly: return new EmitAssemblyAction();

Completed in 48 milliseconds