Searched defs:DumpCode (Results 1 – 3 of 3) sorted by relevance
40 std::string DumpCode() override { return dump_code_; } in DumpCode() function
311 virtual std::string DumpCode() { return "No source code generated!"; } in DumpCode() function
316 bool DumpCode; variable