Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/wasm/
H A DSyntheticSections.h78 DylinkSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "dylink.0") {} in DylinkSection()
357 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "linking"),
376 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "name"),
392 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "producers") {}
411 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "target_features") {}
423 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, std::string(name)),
H A DOutputSections.h112 : OutputSection(llvm::wasm::WASM_SEC_CUSTOM, name), in CustomSection()
116 return sec->type == llvm::wasm::WASM_SEC_CUSTOM; in classof()
H A DInputChunks.h181 assert(s.Type == llvm::wasm::WASM_SEC_CUSTOM); in MergeInputChunk()
332 assert(section.Type == llvm::wasm::WASM_SEC_CUSTOM); in InputSection()
H A DInputFiles.cpp456 } else if (section.Type == WASM_SEC_CUSTOM) { in parse()
H A DWriter.cpp192 else if (sec->type == WASM_SEC_CUSTOM) in createRelocSections()
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp30 if (ReaderSec.SectionType > WASM_SEC_CUSTOM && in create()
H A DWasmWriter.cpp28 bool HasName = S.SectionType == WASM_SEC_CUSTOM; in createSectionHeader()
H A DWasmObjcopy.cpp126 Sec.SectionType = llvm::wasm::WASM_SEC_CUSTOM; in handleArgs()
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h196 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
199 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h242 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp163 case wasm::WASM_SEC_CUSTOM: in printSectionHeaders()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DWasmObjectFile.cpp267 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
338 case wasm::WASM_SEC_CUSTOM: in parseSection()
837 if (Sections[Index].Type != wasm::WASM_SEC_CUSTOM) in parseLinkingSectionComdat()
1712 if (S.Type == wasm::WASM_SEC_CUSTOM) in getSectionName()
1870 case wasm::WASM_SEC_CUSTOM: in getSectionOrder()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp574 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
662 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
H A DWasmYAML.cpp174 case wasm::WASM_SEC_CUSTOM: { in mapping()
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp180 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp206 case wasm::WASM_SEC_CUSTOM: { in dump()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp411 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()