Home
last modified time | relevance | path

Searched refs:WasmConfig (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DObjCopy.cpp70 Expected<const WasmConfig &> WasmConfig = Config.getWasmConfig(); in executeObjcopyOnBinary() local
71 if (!WasmConfig) in executeObjcopyOnBinary()
72 return WasmConfig.takeError(); in executeObjcopyOnBinary()
75 *WasmConfig, *WasmBinary, Out); in executeObjcopyOnBinary()
H A DConfigManager.cpp58 Expected<const WasmConfig &> ConfigManager::getWasmConfig() const { in getWasmConfig()
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
H A DWasmObjcopy.h22 struct WasmConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
H A DWasmConfig.h16 struct WasmConfig {}; struct
/src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DMultiFormatConfig.h21 struct WasmConfig;
32 virtual Expected<const WasmConfig &> getWasmConfig() const = 0;
H A DConfigManager.h34 Expected<const WasmConfig &> getWasmConfig() const override;
43 WasmConfig Wasm;
/src/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmObjcopy.cpp144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary() argument