Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DSyntheticSections.h77 DylinkSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "dylink") {} in DylinkSection()
281 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "linking"), in LinkingSection()
299 NameSection() : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "name") {} in NameSection()
312 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "producers") {} in ProducersSection()
331 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, "target_features") {} in TargetFeaturesSection()
343 : SyntheticSection(llvm::wasm::WASM_SEC_CUSTOM, std::string(name)), in RelocSection()
DOutputSections.h115 : OutputSection(llvm::wasm::WASM_SEC_CUSTOM, name), in CustomSection()
119 return sec->type == llvm::wasm::WASM_SEC_CUSTOM; in classof()
DInputChunks.h219 assert(section.Type == llvm::wasm::WASM_SEC_CUSTOM); in InputSection()
DOutputSections.cpp36 case WASM_SEC_CUSTOM: in sectionTypeToString()
DInputFiles.cpp362 } else if (section.Type == WASM_SEC_CUSTOM) { in parse()
DWriter.cpp178 else if (sec->type == WASM_SEC_CUSTOM) in createRelocSections()
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWriter.cpp27 bool HasName = S.SectionType == WASM_SEC_CUSTOM; in createSectionHeader()
DWasmObjcopy.cpp66 Sec.SectionType = llvm::wasm::WASM_SEC_CUSTOM; in handleArgs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h187 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
190 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h190 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
193 return S->Type == wasm::WASM_SEC_CUSTOM; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h206 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h222 WASM_SEC_CUSTOM = 0, // Custom / User-defined section enumerator
/external/llvm-project/llvm/tools/llvm-readobj/
DWasmDumper.cpp163 case wasm::WASM_SEC_CUSTOM: in printSectionHeaders()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp236 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
306 case wasm::WASM_SEC_CUSTOM: in parseSection()
752 if (Sections[Index].Type != wasm::WASM_SEC_CUSTOM) in parseLinkingSectionComdat()
1573 case wasm::WASM_SEC_CUSTOM: in getSectionName()
1732 case wasm::WASM_SEC_CUSTOM: in getSectionOrder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp517 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
611 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
DWasmYAML.cpp170 case wasm::WASM_SEC_CUSTOM: { in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp539 case wasm::WASM_SEC_CUSTOM: { in writeRelocSection()
637 writeUint8(OS, wasm::WASM_SEC_CUSTOM); in writeWasm()
DWasmYAML.cpp171 case wasm::WASM_SEC_CUSTOM: { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp223 if (Section.Type == wasm::WASM_SEC_CUSTOM) { in readSection()
293 case wasm::WASM_SEC_CUSTOM: in parseSection()
1411 case wasm::WASM_SEC_CUSTOM: in getSectionName()
1568 case wasm::WASM_SEC_CUSTOM: in getSectionOrder()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.cpp183 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp370 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
/external/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp367 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()