Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/
HDObjCopy.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()
HDConfigManager.cpp58 Expected<const WasmConfig &> ConfigManager::getWasmConfig() const { in getWasmConfig()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/wasm/
HDWasmObjcopy.h22 struct WasmConfig;
28 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &,
HDWasmConfig.h16 struct WasmConfig {}; struct
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ObjCopy/
HDMultiFormatConfig.h21 struct WasmConfig;
32 virtual Expected<const WasmConfig &> getWasmConfig() const = 0;
HDConfigManager.h34 Expected<const WasmConfig &> getWasmConfig() const override;
43 WasmConfig Wasm;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
HDWasmObjcopy.cpp144 Error executeObjcopyOnBinary(const CommonConfig &Config, const WasmConfig &, in executeObjcopyOnBinary() argument