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

  /external/swiftshader/third_party/LLVM/include/llvm/
LLVMContext.h 72 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
74 void *getInlineAsmDiagnosticContext() const;
  /external/llvm/include/llvm/IR/
LLVMContext.h 153 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
155 void *getInlineAsmDiagnosticContext() const;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp 75 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
77 void *LLVMContext::getInlineAsmDiagnosticContext() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h 162 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
164 void *getInlineAsmDiagnosticContext() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
LLVMContext.h 191 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
193 void *getInlineAsmDiagnosticContext() const;
  /external/llvm/lib/IR/
LLVMContext.cpp 185 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
187 void *LLVMContext::getInlineAsmDiagnosticContext() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 98 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContext.cpp 128 /// getInlineAsmDiagnosticContext - Return the diagnostic context set by
130 void *LLVMContext::getInlineAsmDiagnosticContext() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 113 DiagInfo.DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 110 DiagInfo->DiagContext = LLVMCtx.getInlineAsmDiagnosticContext();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 160 void *OldContext = Ctx.getInlineAsmDiagnosticContext();
    [all...]

Completed in 1499 milliseconds