Searched refs:WasmFunction (Results 1 – 4 of 4) sorted by relevance
153 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()234 wasm::WasmFunction &getDefinedFunction(uint32_t Index);235 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;287 std::vector<wasm::WasmFunction> Functions;
75 struct WasmFunction { struct312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);318 ArrayRef<WasmFunction> Functions);828 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()836 for (const WasmFunction &Func : Functions) in writeFunctionSection()982 ArrayRef<WasmFunction> Functions) { in writeCodeSection()991 for (const WasmFunction &Func : Functions) { in writeCodeSection()1397 SmallVector<WasmFunction, 4> Functions; in writeOneObject()1532 WasmFunction Func; in writeOneObject()
134 struct WasmFunction { struct
549 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()1273 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()1278 const wasm::WasmFunction &1312 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()