Searched defs:WasmFunction (Results 1 – 4 of 4) sorted by relevance
127 struct WasmFunction { struct128 uint32_t Index;129 std::vector<WasmLocalDecl> Locals;130 ArrayRef<uint8_t> Body;131 uint32_t CodeSectionOffset;132 uint32_t Size;133 uint32_t CodeOffset; // start of Locals and Body134 StringRef ExportName; // from the "export" section135 StringRef SymbolName; // from the "linking" section136 StringRef DebugName; // from the "name" section[all …]
62 struct WasmFunction { struct69 // {WasmFunction} is typically considered {const}. argument70 mutable int feedback_slots;71 bool imported;72 bool exported;73 bool declared;
44 using WasmFunction = wasm::WasmFunction; typedef
117 struct WasmFunction { struct118 uint32_t SigIndex;119 const MCSymbolWasm *Sym;