Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
342 struct WasmFunction { struct343 uint32_t Index;344 uint32_t SigIndex;345 std::vector<WasmLocalDecl> Locals;346 ArrayRef<uint8_t> Body;347 uint32_t CodeSectionOffset;348 uint32_t Size;349 uint32_t CodeOffset; // start of Locals and Body351 StringRef SymbolName; // from the "linking" section352 StringRef DebugName; // from the "name" section[all …]
73 struct WasmFunction { struct74 uint32_t SigIndex;75 MCSection *Section;