Home
last modified time | relevance | path

Searched refs:WasmInitFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h393 struct WasmInitFunc { struct
431 std::vector<WasmInitFunc> InitFunctions;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp169 for (const wasm::WasmInitFunc &F : LinkingData.InitFunctions) in printSectionHeaders()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp571 wasm::WasmInitFunc Init; in parseLinkingSection()