Home
last modified time | relevance | path

Searched refs:WASM_SEC_CUSTOM (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DWriter.cpp28 bool HasName = S.SectionType == WASM_SEC_CUSTOM; in createSectionHeader()
H A DWasmObjcopy.cpp66 Sec.SectionType = llvm::wasm::WASM_SEC_CUSTOM; in handleArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h192 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
195 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h228 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp163 case wasm::WASM_SEC_CUSTOM: in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp236 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
307 case wasm::WASM_SEC_CUSTOM: in parseSection()
765 if (Sections[Index].Type != wasm::WASM_SEC_CUSTOM) in parseLinkingSectionComdat()
1633 case wasm::WASM_SEC_CUSTOM: in getSectionName()
1792 case wasm::WASM_SEC_CUSTOM: in getSectionOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp567 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
666 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
H A DWasmYAML.cpp172 case wasm::WASM_SEC_CUSTOM: { in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp202 case wasm::WASM_SEC_CUSTOM: { in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp368 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()