Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h174 struct CustomSection : Section { struct
175 explicit CustomSection(StringRef Name) in CustomSection() function
186 struct DylinkSection : CustomSection { argument
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp155 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp1057 for (auto &CustomSection : CustomSections) { in writeCustomSections() local