Home
last modified time | relevance | path

Searched defs:CustomSection (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h190 struct CustomSection : Section { struct
191 explicit CustomSection(StringRef Name) in CustomSection() function
202 struct DylinkSection : CustomSection { argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp568 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
H A DWasmYAML.cpp175 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1883 for (auto &CustomSection : CustomSections) in writeOneObject() local