MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getOutputFormat

Method getOutputFormat

include/common/configure.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 OFormat.store(Format, std::memory_order_relaxed);
76 }
77 OutputFormat getOutputFormat() const noexcept {
78 return OFormat.load(std::memory_order_relaxed);
79 }
80
81 void setDumpIR(bool IsDump) noexcept {
82 DumpIR.store(IsDump, std::memory_order_relaxed);

Callers 2

codegenMethod · 0.80

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected