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
54 struct WasmFunction { struct55 const FunctionSig* sig; // signature of the function.56 uint32_t func_index; // index into the function table.57 uint32_t sig_index; // index into the signature table.58 WireBytesRef code; // code of this function.59 bool imported;60 bool exported;61 bool declared;
42 using WasmFunction = wasm::WasmFunction; typedef
119 struct WasmFunction { struct120 int32_t Type;121 const MCSymbolWasm *Sym;