OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lto_diagnostic_handler_t
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/LTO/
LTOCodeGenerator.h
147
void setDiagnosticHandler(
lto_diagnostic_handler_t
, void *);
189
lto_diagnostic_handler_t
DiagHandler = nullptr;
/external/llvm/include/llvm-c/
lto.h
316
typedef void (*
lto_diagnostic_handler_t
)(
typedef
327
lto_diagnostic_handler_t
,
/external/llvm/tools/lto/
lto.cpp
298
lto_diagnostic_handler_t
diag_handler,
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
573
LTOCodeGenerator::setDiagnosticHandler(
lto_diagnostic_handler_t
DiagHandler,
Completed in 140 milliseconds