Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/include/lld/Common/
H A DLLVM.h48 struct WasmFunction;
89 using llvm::wasm::WasmFunction;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h150 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
231 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
232 const wasm::WasmFunction &getDefinedFunction(uint32_t Index) const;
284 std::vector<wasm::WasmFunction> Functions;
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h252 InputFunction(const WasmSignature &s, const WasmFunction *func, ObjFile *f) in InputFunction()
300 const WasmFunction *function;
H A DInputFiles.cpp497 ArrayRef<WasmFunction> funcs = wasmObj->functions(); in parse()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp73 struct WasmFunction { struct
333 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
339 ArrayRef<WasmFunction> Functions);
893 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
901 for (const WasmFunction &Func : Functions) in writeFunctionSection()
1051 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
1060 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1462 SmallVector<WasmFunction, 4> Functions; in writeOneObject()
1593 WasmFunction Func; in writeOneObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h147 struct WasmFunction { struct
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp630 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1178 wasm::WasmFunction F; in parseFunctionSection()
1366 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1371 const wasm::WasmFunction &
1404 wasm::WasmFunction& Function = Functions[i]; in parseCodeSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp898 for (const wasm::WasmFunction &Function : Obj.functions()) { in addMissingWasmCodeSymbols()