Home
last modified time | relevance | path

Searched refs:getBinaryCode (Results 1 – 4 of 4) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/
H A Ddsp_factory.hh73 virtual std::string getBinaryCode() = 0;
151 virtual std::string getBinaryCode() { return ""; } in getBinaryCode() function in dsp_factory_imp
171 virtual std::string getBinaryCode() { return fCode; } in getBinaryCode() function in text_dsp_factory_aux
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_dsp_aux.cpp120 return factory->getBinaryCode(); in writeWasmDSPFactoryToMachine()
157 outfile << factory->getBinaryCode(); in writeWasmDSPFactoryToMachineFile()
524 string wasm_dsp_factory::getBinaryCode() in getBinaryCode() function in wasm_dsp_factory
526 return fFactory->getBinaryCode(); in getBinaryCode()
H A Dwasm_dynamic_dsp_aux.cpp170 return (dsp_factory_aux) ? dsp_factory_aux->getBinaryCode() : ""; in generateWasmFromString()
219 string code = factory->getBinaryCode(); in createWasmCDSPFactoryAux()
H A Dwasm_dsp_aux.hh357 std::string getBinaryCode();