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);
87 BFrontendAction &fe_;
137 explicit BTypeConsumer(clang::ASTContext &C, BFrontendAction &fe,
141 BFrontendAction &fe_;
151 class BFrontendAction : public clang::ASTFrontendAction {
155 BFrontendAction(llvm::raw_ostream &os, unsigned flags, TableStorage &ts,
Db_frontend_action.cc615 BTypeVisitor::BTypeVisitor(ASTContext &C, BFrontendAction &fe) in BTypeVisitor()
1263 BTypeConsumer::BTypeConsumer(ASTContext &C, BFrontendAction &fe, in BTypeConsumer()
1350 BFrontendAction::BFrontendAction(llvm::raw_ostream &os, unsigned flags, in BFrontendAction() function in ebpf::BFrontendAction
1365 bool BFrontendAction::is_rewritable_ext_func(FunctionDecl *D) { in is_rewritable_ext_func()
1371 void BFrontendAction::DoMiscWorkAround() { in DoMiscWorkAround()
1396 void BFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
1417 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()