Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h196 WASM_INIT_FUNCS = 0x6, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp252 writeUint8(OS, wasm::WASM_INIT_FUNCS); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1188 startSection(SubSection, wasm::WASM_INIT_FUNCS); in writeLinkingMetaDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp663 case wasm::WASM_INIT_FUNCS: { in parseLinkingSection()