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;
86 using llvm::wasm::WasmFunction;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h156 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
241 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
242 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
294 std::vector<wasm::WasmFunction> Functions;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp71 struct WasmFunction { struct
328 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
334 ArrayRef<WasmFunction> Functions);
867 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
875 for (const WasmFunction &Func : Functions) in writeFunctionSection()
1027 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1036 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1450 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1581 WasmFunction Func; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp564 wasm::WasmFunction &F = getDefinedFunction(Index); in parseNameSection()
743 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1340 wasm::WasmFunction F; in parseFunctionSection()
1464 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseExportSection()
1577 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1582 const wasm::WasmFunction &
1615 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h396 struct WasmFunction { struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1281 for (const wasm::WasmFunction &Function : Obj.functions()) { in addMissingWasmCodeSymbols()