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

  /external/llvm/lib/IR/
LLVMContext.cpp 192 void *DiagnosticContext,
195 pImpl->DiagnosticContext = DiagnosticContext;
204 return pImpl->DiagnosticContext;
257 pImpl->DiagnosticHandler(DI, pImpl->DiagnosticContext);
LLVMContextImpl.cpp 46 DiagnosticContext = nullptr;
LLVMContextImpl.h     [all...]
Core.cpp 87 void *DiagnosticContext) {
91 DiagnosticContext);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 121 void *DiagnosticContext) {
122 caml_callback(*((value *)DiagnosticContext), (value)DI);
151 value *DiagnosticContext = malloc(sizeof(value));
152 if (DiagnosticContext == NULL)
154 caml_register_global_root(DiagnosticContext);
155 *DiagnosticContext = Field(Handler, 0);
157 DiagnosticContext);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 446 void *DiagnosticContext);
    [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 

Completed in 324 milliseconds