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

  /external/llvm/include/llvm/
LLVMContext.h 75 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
77 void *getInlineAsmDiagnosticContext() const;
  /external/llvm/lib/VMCore/
LLVMContext.cpp 85 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
87 void *LLVMContext::getInlineAsmDiagnosticContext() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 99 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 156 void *OldContext = Ctx.getInlineAsmDiagnosticContext();

Completed in 32 milliseconds