Searched defs:WasmFunction (Results 1 – 2 of 2) sorted by relevance
116 struct WasmFunction { struct117 uint32_t Index;118 std::vector<WasmLocalDecl> Locals;119 ArrayRef<uint8_t> Body;120 uint32_t CodeSectionOffset;121 uint32_t Size;122 uint32_t CodeOffset; // start of Locals and Body123 StringRef SymbolName; // from the "linking" section124 StringRef DebugName; // from the "name" section125 uint32_t Comdat; // from the "comdat info" section
119 struct WasmFunction { struct120 uint32_t SigIndex;121 const MCSymbolWasm *Sym;