Searched refs:WasmFunction (Results 1 – 4 of 4) sorted by relevance
149 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()225 wasm::WasmFunction &getDefinedFunction(uint32_t Index);226 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;277 std::vector<wasm::WasmFunction> Functions;
117 struct WasmFunction { struct315 void writeFunctionSection(ArrayRef<WasmFunction> Functions);320 ArrayRef<WasmFunction> Functions);333 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,743 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()751 for (const WasmFunction &Func : Functions) in writeFunctionSection()824 ArrayRef<WasmFunction> Functions) { in writeCodeSection()834 for (const WasmFunction &Func : Functions) { in writeCodeSection()1112 SmallVector<WasmFunction, 4> Functions; in writeObject()1316 WasmFunction Func; in writeObject()
127 struct WasmFunction { struct
506 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()1108 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()1113 const wasm::WasmFunction &1147 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()