Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DLLVM.h48 struct WasmFunction;
89 using llvm::wasm::WasmFunction;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h155 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
240 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
241 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
293 std::vector<wasm::WasmFunction> Functions;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp72 struct WasmFunction { struct
330 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
336 ArrayRef<WasmFunction> Functions);
890 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
898 for (const WasmFunction &Func : Functions) in writeFunctionSection()
1050 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1059 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1473 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1604 WasmFunction Func; in writeOneObject()
73 SigIndex__anon335a907b0111::WasmFunction global() argument
74 Section__anon335a907b0111::WasmFunction global() argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp554 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()
733 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1332 wasm::WasmFunction F; in parseFunctionSection()
1455 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseExportSection()
1564 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1569 const wasm::WasmFunction &
1602 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h383 struct WasmFunction { struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1215 for (const wasm::WasmFunction &Function : Obj.functions()) { in addMissingWasmCodeSymbols()