Searched refs:compiled_source (Results 1 – 7 of 7) sorted by relevance
49 struct compiled_source { struct89 const compiled_source &source) = 0; argument
24 const compiled_source &source) { in output()
310 std::vector<compiled_source::symbol> pio_assembler::public_symbols(program &program) { in public_symbols()316 std::vector<compiled_source::symbol> rc; in public_symbols()319 … return compiled_source::symbol(s->name, s->value->resolve(program), s->is_label); in public_symbols()332 compiled_source source; in write_output()336 source.programs.emplace_back(compiled_source::program(program.name)); in write_output()338 cprogram = compiled_source::program(program.name); in write_output()
32 void output_symbols(FILE *out, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()73 const compiled_source &source) override { in output()
25 …void output_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &sym… in output_symbols()57 const compiled_source &source) override { in output()
91 std::vector<compiled_source::symbol> public_symbols(program &program);
28 …void output_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &sym… in output_symbols()60 const compiled_source &source) override { in output()