P4C
The P4 Compiler
|
This is the complete list of members for P4::P4Tools::CompilerTarget, including all inherited members.
CompilerTarget(std::string_view toolName, const std::string &deviceName, const std::string &archName) (defined in P4::P4Tools::CompilerTarget) | P4::P4Tools::CompilerTarget | explicitprotected |
createTargetUninitialized(const IR::Type *type, bool forceTaint) const | P4::P4Tools::Target | virtual |
init(std::string_view deviceName, std::string_view archName) | P4::P4Tools::Target | static |
initializeTarget(std::string_view toolName, const std::vector< const char * > &args) | P4::P4Tools::Target | static |
initializeTarget(std::string_view toolName, std::string_view target, std::string_view arch) (defined in P4::P4Tools::Target) | P4::P4Tools::Target | static |
makeContext() const =0 | P4::P4Tools::Target | protectedpure virtual |
mkFrontEnd() const | P4::P4Tools::CompilerTarget | protectedvirtual |
mkMidEnd(const CompilerOptions &options) const | P4::P4Tools::CompilerTarget | protectedvirtual |
runCompiler(const CompilerOptions &options, std::string_view toolName) | P4::P4Tools::CompilerTarget | static |
runCompiler(const CompilerOptions &options, std::string_view toolName, const std::string &source) | P4::P4Tools::CompilerTarget | static |
runCompilerImpl(const CompilerOptions &options, const IR::P4Program *) const | P4::P4Tools::CompilerTarget | protectedvirtual |
runFrontend(const CompilerOptions &options, const IR::P4Program *program) const | P4::P4Tools::CompilerTarget | protected |
runMidEnd(const CompilerOptions &options, const IR::P4Program *program) const | P4::P4Tools::CompilerTarget | protected |
runParser(const ParserOptions &options) | P4::P4Tools::CompilerTarget | protectedstatic |
setArch(std::string_view archName) | P4::P4Tools::Target | static |
setDevice(std::string_view deviceName) | P4::P4Tools::Target | static |
spec | P4::P4Tools::Target | |
Target(std::string_view toolName, const std::string &deviceName, const std::string &archName) | P4::P4Tools::Target | protected |
toolName | P4::P4Tools::Target | |
~Target()=default (defined in P4::P4Tools::Target) | P4::P4Tools::Target | virtual |