Searched refs:WasmConfig (Results 1 – 7 of 7) sorted by relevance
70 Expected<const WasmConfig &> WasmConfig = Config.getWasmConfig(); in executeObjcopyOnBinary() local71 if (!WasmConfig) in executeObjcopyOnBinary()72 return WasmConfig.takeError(); in executeObjcopyOnBinary()75 *WasmConfig, *WasmBinary, Out); in executeObjcopyOnBinary()
58 Expected<const WasmConfig &> ConfigManager::getWasmConfig() const { in getWasmConfig()
22 struct WasmConfig;28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
16 struct WasmConfig {}; struct
21 struct WasmConfig;32 virtual Expected<const WasmConfig &> getWasmConfig() const = 0;
34 Expected<const WasmConfig &> getWasmConfig() const override;43 WasmConfig Wasm;
144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary() argument