Home
last modified time | relevance | path

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

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