Searched refs:BackendConsumer (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h21 class BackendConsumer;
25 // Let BackendConsumer access LinkModule.
26 friend class BackendConsumer;
80 BackendConsumer *BEConsumer;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp53 class BackendConsumer;
56 ClangDiagnosticHandler(const CodeGenOptions &CGOpts, BackendConsumer *BCon)
82 BackendConsumer *BackendCon;
103 class BackendConsumer : public ASTConsumer { class in namespace:clang
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, function in class:clang::BackendConsumer
155 // This constructor is used in installing an empty BackendConsumer
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, function in class:clang::BackendConsumer
377 ((BackendConsumer*)Context)->InlineAsmDiagHandler2(SM, Loc);
419 void BackendConsumer::anchor() {}
460 void BackendConsumer
[all...]

Completed in 191 milliseconds