Searched refs:WasmConfig (Results 1 – 17 of 17) 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()
52 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
2228 ./usr/include/llvm/ObjCopy/wasm/WasmConfig.h
2227 ./usr/include/llvm/ObjCopy/wasm/WasmConfig.h
2226 ./usr/include/llvm/ObjCopy/wasm/WasmConfig.h
5413 llvm/include/llvm/ObjCopy/wasm/WasmConfig.h