Home
last modified time | relevance | path

Searched refs:WasmFunction (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h153 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h134 struct WasmFunction { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp549 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()