Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DMarkLive.cpp80 for (const WasmInitFunc &f : l.InitFunctions) { in enqueueInitFunctions()
198 for (const WasmInitFunc &f : l.InitFunctions) { in isCallCtorsLive()
H A DWriter.cpp1474 for (const WasmInitFunc &f : l.InitFunctions) { in calculateInitFunctions()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h198 struct WasmInitFunc { struct
236 std::vector<WasmInitFunc> InitFunctions;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp169 for (const wasm::WasmInitFunc &F : LinkingData.InitFunctions) in printSectionHeaders()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp149 for (const wasm::WasmInitFunc &Func : Obj.linkingData().InitFunctions) { in dumpCustomSection()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp556 wasm::WasmInitFunc Init; in parseLinkingSection()