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

  /external/llvm/include/llvm/
LLVMContext.h 71 /// getInlineAsmDiagnosticHandler - Return the diagnostic handler set by
73 InlineAsmDiagHandlerTy getInlineAsmDiagnosticHandler() const;
  /external/llvm/lib/VMCore/
LLVMContext.cpp 78 /// getInlineAsmDiagnosticHandler - Return the diagnostic handler set by
81 LLVMContext::getInlineAsmDiagnosticHandler() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 94 if (LLVMCtx.getInlineAsmDiagnosticHandler() != 0) {
98 DiagInfo.DiagHandler = LLVMCtx.getInlineAsmDiagnosticHandler();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 155 Ctx.getInlineAsmDiagnosticHandler();

Completed in 32 milliseconds