Searched refs:WASM_SEC_CUSTOM (Results 1 – 17 of 17) sorted by relevance
/openbsd/gnu/llvm/lld/wasm/ |
H A D | SyntheticSections.h | 78 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 D | OutputSections.h | 112 : OutputSection(llvm::wasm::WASM_SEC_CUSTOM, name), in CustomSection() 116 return sec->type == llvm::wasm::WASM_SEC_CUSTOM; in classof()
|
H A D | InputChunks.h | 181 assert(s.Type == llvm::wasm::WASM_SEC_CUSTOM); in MergeInputChunk() 332 assert(section.Type == llvm::wasm::WASM_SEC_CUSTOM); in InputSection()
|
H A D | InputFiles.cpp | 456 } else if (section.Type == WASM_SEC_CUSTOM) { in parse()
|
H A D | Writer.cpp | 192 else if (sec->type == WASM_SEC_CUSTOM) in createRelocSections()
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/wasm/ |
H A D | WasmReader.cpp | 30 if (ReaderSec.SectionType > WASM_SEC_CUSTOM && in create()
|
H A D | WasmWriter.cpp | 28 bool HasName = S.SectionType == WASM_SEC_CUSTOM; in createSectionHeader()
|
H A D | WasmObjcopy.cpp | 126 Sec.SectionType = llvm::wasm::WASM_SEC_CUSTOM; in handleArgs()
|
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 196 : 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 D | Wasm.h | 242 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 163 case wasm::WASM_SEC_CUSTOM: in printSectionHeaders()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 267 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 D | WasmEmitter.cpp | 574 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection() 662 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
|
H A D | WasmYAML.cpp | 174 case wasm::WASM_SEC_CUSTOM: { in mapping()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 180 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection()
|
/openbsd/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | wasm2yaml.cpp | 206 case wasm::WASM_SEC_CUSTOM: { in dump()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 411 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
|