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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 65 class EmitAssemblyAction : public CodeGenAction {
68 EmitAssemblyAction(llvm::LLVMContext *_VMContext = nullptr);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 695 void EmitAssemblyAction::anchor() { }
696 EmitAssemblyAction::EmitAssemblyAction(llvm::LLVMContext *_VMContext)

Completed in 85 milliseconds