Searched refs:WasmFunction (Results 1 – 5 of 5) sorted by relevance
48 struct WasmFunction;83 using llvm::wasm::WasmFunction;
146 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()224 wasm::WasmFunction &getDefinedFunction(uint32_t Index);270 std::vector<wasm::WasmFunction> Functions;
119 struct WasmFunction { struct300 void writeFunctionSection(ArrayRef<WasmFunction> Functions);305 ArrayRef<WasmFunction> Functions);317 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()786 for (const WasmFunction &Func : Functions) in writeFunctionSection()869 ArrayRef<WasmFunction> Functions) { in writeCodeSection()879 for (const WasmFunction &Func : Functions) { in writeCodeSection()1156 SmallVector<WasmFunction, 4> Functions; in writeObject()1329 WasmFunction Func; in writeObject()
116 struct WasmFunction { struct
503 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()1022 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()1054 wasm::WasmFunction Function; in parseCodeSection()