OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInlineAsmDiagnosticHandler
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/
LLVMContext.h
68
///
getInlineAsmDiagnosticHandler
- Return the diagnostic handler set by
70
InlineAsmDiagHandlerTy
getInlineAsmDiagnosticHandler
() const;
/external/llvm/lib/VMCore/
LLVMContext.cpp
68
///
getInlineAsmDiagnosticHandler
- Return the diagnostic handler set by
71
LLVMContext::
getInlineAsmDiagnosticHandler
() const {
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp
94
if (LLVMCtx.
getInlineAsmDiagnosticHandler
() != 0) {
98
DiagInfo.DiagHandler = LLVMCtx.
getInlineAsmDiagnosticHandler
();
/external/clang/lib/CodeGen/
CodeGenAction.cpp
129
Ctx.
getInlineAsmDiagnosticHandler
();
Completed in 744 milliseconds