| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 2425 frontend::ActionKind Action, in ParseDependencyOutputArgs() 2439 if (Action == frontend::PrintPreprocessedInput || !ShowLineMarkers) in ParseDependencyOutputArgs() 2783 static const std::pair<frontend::ActionKind, unsigned> Table[] = { in getFrontendActionTable() 2784 {frontend::ASTDeclList, OPT_ast_list}, in getFrontendActionTable() 2786 {frontend::ASTDump, OPT_ast_dump_all_EQ}, in getFrontendActionTable() 2787 {frontend::ASTDump, OPT_ast_dump_all}, in getFrontendActionTable() 2788 {frontend::ASTDump, OPT_ast_dump_EQ}, in getFrontendActionTable() 2789 {frontend::ASTDump, OPT_ast_dump}, in getFrontendActionTable() 2790 {frontend::ASTDump, OPT_ast_dump_lookups}, in getFrontendActionTable() 2791 {frontend::ASTDump, OPT_ast_dump_decl_types}, in getFrontendActionTable() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | HeaderSearchOptions.h | 24 namespace frontend { 68 frontend::IncludeDirGroup Group; 78 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() 307 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /freebsd/usr.sbin/pmc/ |
| H A D | cmd_pmc_frontend.cc | 83 struct frontend { struct 118 samples[f.linaddr] = frontend(); in callchain() 179 std::unordered_map<uint64_t, frontend> samples;
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 310 case frontend::ASTDump: in IncrementalAction() 311 case frontend::ASTPrint: in IncrementalAction() 312 case frontend::ParseSyntaxOnly: in IncrementalAction() 315 case frontend::PluginAction: in IncrementalAction() 316 case frontend::EmitAssembly: in IncrementalAction() 317 case frontend::EmitBC: in IncrementalAction() 318 case frontend::EmitObj: in IncrementalAction() 319 case frontend::PrintPreprocessedInput: in IncrementalAction() 320 case frontend::EmitLLVMOnly: in IncrementalAction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 35 namespace frontend { 452 frontend::ActionKind ProgramAction = frontend::ParseSyntaxOnly;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcCallingConv.td | 90 // The frontend and backend divide the task of producing ABI compliant code for 91 // C functions. The C frontend will: 112 // The frontend uses the inreg flag to indicate i32 and float arguments from
|
| /freebsd/sys/cam/ctl/ |
| H A D | README.ctl.txt | 245 CTL has the concept of pluggable frontend ports and backends. All 260 ctl_queue() / ctl_run() This is where commands from the frontend ports come 331 These files define the basic CTL frontend port API. The comments in the 337 This is a CTL frontend port that is also a CAM SIM. The idea is that this 338 frontend allows for using CTL without any target-capable hardware. So any 390 CAM target peripheral driver and CTL frontend port. This is the path into
|
| H A D | ctl_frontend.c | 206 STAILQ_INSERT_TAIL(&port->frontend->port_list, port, fe_links); in ctl_port_register() 233 STAILQ_REMOVE(&port->frontend->port_list, port, ctl_port, fe_links); in ctl_port_deregister()
|
| H A D | ctl_frontend.h | 216 struct ctl_frontend *frontend; /* passed to CTL */ member
|
| H A D | ctl_frontend_ioctl.c | 123 port->frontend = &cfi_frontend; in cfi_init() 209 port->frontend = &cfi_frontend; in cfi_ioctl_port_create()
|
| H A D | ctl_tpc_local.c | 90 port->frontend = &tpcl_frontend; in tpcl_init()
|
| /freebsd/contrib/llvm-project/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 48 using namespace clang::frontend; in CreateFrontendBaseAction() 53 frontend::ActionKind Act = CI.getFrontendOpts().ProgramAction; in CreateFrontendBaseAction()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 208 void dependencies::resetBenignCodeGenOptions(frontend::ActionKind ProgramAction, in resetBenignCodeGenOptions() 212 if (ProgramAction == frontend::GenerateModule) { in resetBenignCodeGenOptions() 216 if (ProgramAction == frontend::GeneratePCH || in resetBenignCodeGenOptions() 217 (ProgramAction == frontend::GenerateModule && !LangOpts.ModulesCodegen)) { in resetBenignCodeGenOptions() 291 resetBenignCodeGenOptions(frontend::GenerateModule, CI.getLangOpts(), in makeCommonInvocationForModuleBuild() 302 CI.getFrontendOpts().ProgramAction = frontend::GenerateModule; in makeCommonInvocationForModuleBuild()
|
| /freebsd/packages/clang/ |
| H A D | clang.ucl | 24 This package provides the clang(1) frontend as well as related utilities for
|
| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_cli.sgml | 35 <para>wpa_cli is a text-based frontend program for interacting 72 file, it sends a request message to all attached frontend programs, 90 i.e., wpa_supplicant will ask frontend for a new value for every use.
|
| H A D | wpa_gui.sgml | 32 <para>wpa_gui is a QT graphical frontend program for interacting
|
| /freebsd/packages/wpa/ |
| H A D | wpa.ucl | 43 the wireless connection. It supports separate frontend programs such
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
| H A D | OptParser.td | 175 // frontend). 193 // Parent class for marshalled options (typically used in Clang's -cc1 frontend).
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-a23.dtsi | 82 compatible = "allwinner,sun8i-a23-display-frontend";
|
| H A D | sun4i-a10.dtsi | 1111 fe0: display-frontend@1e00000 { 1112 compatible = "allwinner,sun4i-a10-display-frontend"; 1143 fe1: display-frontend@1e20000 { 1144 compatible = "allwinner,sun4i-a10-display-frontend";
|
| H A D | sun9i-a80.dtsi | 595 fe0: display-frontend@3100000 { 596 compatible = "allwinner,sun9i-a80-display-frontend"; 619 fe1: display-frontend@3140000 { 620 compatible = "allwinner,sun9i-a80-display-frontend";
|
| H A D | sun6i-a31.dtsi | 1068 fe0: display-frontend@1e00000 { 1069 compatible = "allwinner,sun6i-a31-display-frontend"; 1100 fe1: display-frontend@1e20000 { 1101 compatible = "allwinner,sun6i-a31-display-frontend";
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | stih407-c8sectpfe.txt | 9 located on an external DVB frontend card connected to SoC TS input pins.
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | amlogic,axg-sound-card.txt | 44 dai-link representing frontend links have no codec, therefore have no
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 382 void resetBenignCodeGenOptions(frontend::ActionKind ProgramAction,
|