Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h187 WASM_COMDAT_INFO = 0x7, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp255 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1221 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp668 case wasm::WASM_COMDAT_INFO: in parseLinkingSection()