Home
last modified time | relevance | path

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

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