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

  /external/llvm/include/llvm/IR/
LLVMContext.h 81 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
83 void *getInlineAsmDiagnosticContext() const;
  /external/llvm/lib/IR/
LLVMContext.cpp 95 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
97 void *LLVMContext::getInlineAsmDiagnosticContext() const {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 158 void *OldContext = Ctx.getInlineAsmDiagnosticContext();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 99 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();

Completed in 70 milliseconds