Searched refs:WasmConfig (Results 1 – 7 of 7) sorted by relevance
66 Expected<const WasmConfig &> WasmConfig = Config.getWasmConfig(); in executeObjcopyOnBinary() local67 if (!WasmConfig) in executeObjcopyOnBinary()68 return WasmConfig.takeError(); in executeObjcopyOnBinary()71 *WasmConfig, *WasmBinary, Out); in executeObjcopyOnBinary()
58 Expected<const WasmConfig &> ConfigManager::getWasmConfig() const { in getWasmConfig()
24 struct WasmConfig;31 const WasmConfig &,
16 struct WasmConfig {}; struct
21 struct WasmConfig;32 virtual Expected<const WasmConfig &> getWasmConfig() const = 0;
35 Expected<const WasmConfig &> getWasmConfig() const override;44 WasmConfig Wasm;
145 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary() argument