Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h49 struct WasmFunction;
90 using llvm::wasm::WasmFunction;
/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp75 struct WasmFunction { struct
312 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
318 ArrayRef<WasmFunction> Functions);
839 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
847 for (const WasmFunction &Func : Functions) in writeFunctionSection()
993 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1002 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1408 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1543 WasmFunction Func; in writeOneObject()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h134 struct WasmFunction { struct
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp549 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1274 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1279 const wasm::WasmFunction &
1313 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp760 for (const wasm::WasmFunction &Function : Obj->functions()) { in addMissingWasmCodeSymbols()