Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1184 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1894 for (auto &CustomSection : CustomSections) in writeOneObject() local