Searched defs:WasmFunction (Results 1 – 4 of 4) sorted by relevance
99 struct WasmFunction { struct100 uint32_t Index;101 std::vector<WasmLocalDecl> Locals;102 ArrayRef<uint8_t> Body;103 uint32_t CodeSectionOffset;104 uint32_t Size;105 uint32_t CodeOffset; // start of Locals and Body106 StringRef SymbolName; // from the "linking" section107 StringRef DebugName; // from the "name" section108 uint32_t Comdat; // from the "comdat info" section
28 struct WasmFunction { struct29 FunctionSig* sig; // signature of the function.30 uint32_t func_index; // index into the function table.31 uint32_t sig_index; // index into the signature table.32 WireBytesRef code; // code of this function.33 bool imported;34 bool exported;
42 using WasmFunction = wasm::WasmFunction; typedef
119 struct WasmFunction { struct120 int32_t Type;121 const MCSymbolWasm *Sym;