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

  /external/llvm/lib/IR/
LLVMContext.cpp 105 void *DiagnosticContext) {
107 pImpl->DiagnosticContext = DiagnosticContext;
115 return pImpl->DiagnosticContext;
141 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext);
LLVMContextImpl.cpp 42 DiagnosticContext = nullptr;
LLVMContextImpl.h 246 void *DiagnosticContext;
Core.cpp 86 void *DiagnosticContext) {
89 DiagnosticContext);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 492 void *DiagnosticContext);
    [all...]

Completed in 168 milliseconds