Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DLLVM.h48 struct WasmFunction;
83 using llvm::wasm::WasmFunction;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h146 ArrayRef<wasm::WasmFunction> functions() const { return Functions; } in functions()
224 wasm::WasmFunction &getDefinedFunction(uint32_t Index);
270 std::vector<wasm::WasmFunction> Functions;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp119 struct WasmFunction { struct
300 void writeFunctionSection(ArrayRef<WasmFunction> Functions);
305 ArrayRef<WasmFunction> Functions);
317 updateCustomSectionRelocations(const SmallVector<WasmFunction, 4> &Functions,
778 void WasmObjectWriter::writeFunctionSection(ArrayRef<WasmFunction> Functions) { in writeFunctionSection()
786 for (const WasmFunction &Func : Functions) in writeFunctionSection()
869 ArrayRef<WasmFunction> Functions) { in writeCodeSection()
879 for (const WasmFunction &Func : Functions) { in writeCodeSection()
1156 SmallVector<WasmFunction, 4> Functions; in writeObject()
1329 WasmFunction Func; in writeObject()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h116 struct WasmFunction { struct
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp503 wasm::WasmFunction &Function = Functions[FuncIndex]; in parseLinkingSectionSymtab()
1022 wasm::WasmFunction &WasmObjectFile::getDefinedFunction(uint32_t Index) { in getDefinedFunction()
1054 wasm::WasmFunction Function; in parseCodeSection()