MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GenAlign

Method GenAlign

include/wabt/decompiler-ls.h:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 std::string GenAlign(Address align, Opcode opc) const {
209 return opc.IsNaturallyAligned(align) ? "" : cat("@", std::to_string(align));
210 }
211
212 std::string GenTypeDecl(const std::string& name) const {
213 auto it = vars.find(name);

Callers 1

LoadStoreMethod · 0.80

Calls 2

catFunction · 0.85
IsNaturallyAlignedMethod · 0.80

Tested by

no test coverage detected