Searched refs:WasmConfig (Results 1 – 7 of 7) sorted by relevance
22 struct WasmConfig;25 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
16 struct WasmConfig {}; struct
144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary() argument
21 struct WasmConfig;31 virtual Expected<const WasmConfig &> getWasmConfig() const = 0;
33 Expected<const WasmConfig &> getWasmConfig() const override;40 WasmConfig Wasm;
199 Expected<const WasmConfig &> WasmConfig = Config.getWasmConfig(); in executeObjcopyOnBinary() local200 if (!WasmConfig) in executeObjcopyOnBinary()201 return WasmConfig.takeError(); in executeObjcopyOnBinary()204 *WasmConfig, *WasmBinary, Out); in executeObjcopyOnBinary()
611 Expected<const WasmConfig &> ConfigManager::getWasmConfig() const { in getWasmConfig()