Home
last modified time | relevance | path

Searched refs:getDiagnosticContext (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp53 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMParseBitcodeInContext()
97 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in LLVMGetBitcodeModuleInContext()
/external/llvm/include/llvm/IR/
DLLVMContext.h175 void *getDiagnosticContext() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h184 void *getDiagnosticContext() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h222 void *getDiagnosticContext() const;
/external/llvm/lib/IR/
DLLVMContext.cpp203 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
DCore.cpp100 return unwrap(C)->getDiagnosticContext(); in LLVMContextGetDiagnosticContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp175 void *LLVMContext::getDiagnosticContext() const { in getDiagnosticContext() function in LLVMContext
DCore.cpp100 return unwrap(C)->getDiagnosticContext(); in LLVMContextGetDiagnosticContext()
/external/llvm/tools/llc/
Dllc.cpp489 auto HasError = *static_cast<bool *>(Context.getDiagnosticContext()); in compileModule()
/external/clang/lib/CodeGen/
DCodeGenAction.cpp165 void *OldDiagnosticContext = Ctx.getDiagnosticContext(); in HandleTranslationUnit()