![]() |
Spicy
|
This is the complete list of members for hilti::Driver, including all inherited members.
addInput(hilti::Module &&m, const hilti::rt::filesystem::path &path="") | hilti::Driver | |
addInput(const hilti::rt::filesystem::path &path) | hilti::Driver | |
augmentError(const result::Error &err, const hilti::rt::filesystem::path &p="") | hilti::Driver | protected |
codegenUnits() | hilti::Driver | protected |
compile() | hilti::Driver | |
compileUnits() | hilti::Driver | protected |
context() const | hilti::Driver | inline |
Driver(std::string name) | hilti::Driver | explicit |
Driver(std::string name, const hilti::rt::filesystem::path &argv0) | hilti::Driver | |
Driver()=delete (defined in hilti::Driver) | hilti::Driver | |
Driver(const Driver &)=delete (defined in hilti::Driver) | hilti::Driver | |
Driver(Driver &&) noexcept=delete (defined in hilti::Driver) | hilti::Driver | |
driverOptions() const | hilti::Driver | inline |
dumpUnit(const Unit &unit) | hilti::Driver | protected |
error(std::string_view msg, const hilti::rt::filesystem::path &p="") | hilti::Driver | protected |
executeMain() | hilti::Driver | |
finishRuntime() | hilti::Driver | |
hasInputs() const | hilti::Driver | inline |
hiltiOptions() const | hilti::Driver | inline |
hookAddCommandLineOptions() | hilti::Driver | inlineprotectedvirtual |
hookAddInput(const hilti::rt::filesystem::path &path) | hilti::Driver | inlineprotectedvirtual |
hookAddInput(const hilti::Module &m, const hilti::rt::filesystem::path &path) | hilti::Driver | inlineprotectedvirtual |
hookAugmentUsage() | hilti::Driver | inlineprotectedvirtual |
hookCompilationFinished() | hilti::Driver | inlineprotectedvirtual |
hookFinishRuntime() | hilti::Driver | inlineprotectedvirtual |
hookInitRuntime() | hilti::Driver | inlineprotectedvirtual |
hookNewASTPostCompilation(const ID &name, const std::optional< hilti::rt::filesystem::path > &path, const Node &root) | hilti::Driver | inlineprotectedvirtual |
hookNewASTPreCompilation(const ID &name, const std::optional< hilti::rt::filesystem::path > &path, const Node &root) | hilti::Driver | inlineprotectedvirtual |
hookProcessCommandLineOption(char opt, const char *optarg) | hilti::Driver | inlineprotectedvirtual |
initialize() | hilti::Driver | |
initRuntime() | hilti::Driver | |
jitUnits() | hilti::Driver | protected |
linkUnits() | hilti::Driver | protected |
openInput(std::ifstream &in, const hilti::rt::filesystem::path &p) | hilti::Driver | protected |
openOutput(const hilti::rt::filesystem::path &p, bool binary=false, bool append=false) | hilti::Driver | protected |
operator=(const Driver &)=delete (defined in hilti::Driver) | hilti::Driver | |
operator=(Driver &&) noexcept=delete (defined in hilti::Driver) | hilti::Driver | |
outputUnits() | hilti::Driver | protected |
parseOptions(int argc, char **argv) | hilti::Driver | |
printHiltiException(const hilti::rt::Exception &e) | hilti::Driver | protected |
readInput(const hilti::rt::filesystem::path &p) | hilti::Driver | protected |
run() | hilti::Driver | |
setCompilerOptions(hilti::Options options) | hilti::Driver | |
setDriverOptions(driver::Options options) | hilti::Driver | |
transformUnits() | hilti::Driver | |
usage() | hilti::Driver | protected |
writeOutput(std::ifstream &in, const hilti::rt::filesystem::path &p) | hilti::Driver | protected |
writeToTemp(std::ifstream &in, const std::string &name_hint, const std::string &extension="tmp") | hilti::Driver | protected |
~Driver() (defined in hilti::Driver) | hilti::Driver | virtual |