Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h338 WASM_COMDAT_INFO = 0x7, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp242 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1156 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp484 case wasm::WASM_COMDAT_INFO: in parseLinkingSection()