Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DWasm.h361 WASM_COMDAT_INFO = 0x7, enumerator
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp255 writeUint8(OS, wasm::WASM_COMDAT_INFO); in writeSectionContent()
/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.cpp714 SubSection sub(WASM_COMDAT_INFO); in writeBody()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1225 startSection(SubSection, wasm::WASM_COMDAT_INFO); in writeLinkingMetaDataSection()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWasmObjectFile.cpp567 case wasm::WASM_COMDAT_INFO: in parseLinkingSection()