Home
last modified time | relevance | path

Searched refs:BFrontendAction (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h42 class BFrontendAction; variable
62 explicit BTypeVisitor(clang::ASTContext &C, BFrontendAction &fe);
85 BFrontendAction &fe_;
135 explicit BTypeConsumer(clang::ASTContext &C, BFrontendAction &fe,
139 BFrontendAction &fe_;
149 class BFrontendAction : public clang::ASTFrontendAction {
153 BFrontendAction(llvm::raw_ostream &os, unsigned flags, TableStorage &ts,
Db_frontend_action.cc615 BTypeVisitor::BTypeVisitor(ASTContext &C, BFrontendAction &fe) in BTypeVisitor()
1255 BTypeConsumer::BTypeConsumer(ASTContext &C, BFrontendAction &fe, in BTypeConsumer()
1342 BFrontendAction::BFrontendAction(llvm::raw_ostream &os, unsigned flags, in BFrontendAction() function in ebpf::BFrontendAction
1357 bool BFrontendAction::is_rewritable_ext_func(FunctionDecl *D) { in is_rewritable_ext_func()
1363 void BFrontendAction::DoMiscWorkAround() { in DoMiscWorkAround()
1388 void BFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
1409 unique_ptr<ASTConsumer> BFrontendAction::CreateASTConsumer(CompilerInstance &Compiler, llvm::String… in CreateASTConsumer()
Dloader.cc376 BFrontendAction bact(os1, flags_, ts, id, main_path, func_src, mod_src, maps_ns); in do_compile()