Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h360 WASM_INIT_FUNCS = 0x6, enumerator
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp244 writeUint8(OS, wasm::WASM_INIT_FUNCS); in writeSectionContent()
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp679 SubSection sub(WASM_INIT_FUNCS); in writeBody()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1215 startSection(SubSection, wasm::WASM_INIT_FUNCS); in writeLinkingMetaDataSection()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp552 case wasm::WASM_INIT_FUNCS: { in parseLinkingSection()