Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h195 struct CustomSection : Section { struct
196 explicit CustomSection(StringRef Name) in CustomSection() argument
218 struct DylinkSection : CustomSection { argument
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp589 MCSectionWasm *CustomSection = OutContext.getWasmSection( in EmitFunctionAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
H A DWasmYAML.cpp179 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1238 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() argument
1934 for (auto &CustomSection : CustomSections) writeOneObject() local
[all...]