Searched refs:name_prefix (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/host/abigen/
H A Dheader_generator.cpp31 for (const auto& name_prefix : name_prefixes_) {
32 if (name_prefix.second(sc))
35 auto syscall_name = name_prefix.first + sc.name;
40 os, sc, name_prefix.first,
H A Dgenerator.cpp118 void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix, argument
121 auto syscall_name = name_prefix + sc.name;
157 const string& return_var, const string& name_prefix) {
162 os << name_prefix << sc.name << "(";
156 write_syscall_invocation(ofstream& os, const Syscall& sc, const string& return_var, const string& name_prefix) argument
H A Dgenerator.h39 const std::string& name_prefix,
42 name_prefix_(name_prefix),
132 void write_syscall_signature_line(std::ofstream& os, const Syscall& sc, std::string name_prefix,
146 const std::string& return_var, const std::string& name_prefix);
38 VDsoAsmGenerator(const std::string& syscall_macro, const std::string& name_prefix, const std::vector<CallWrapper*>& call_wrappers) argument
H A Dkernel_wrapper_generator.cpp17 static void write_syscall_signature_line(ofstream& os, const Syscall& sc, string name_prefix) { argument
18 auto syscall_name = name_prefix + sc.name;

Completed in 51 milliseconds