Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp589 MCSectionWasm *CustomSection = OutContext.getWasmSection( in EmitFunctionAttributes() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
H A DWasmYAML.cpp178 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); mapping() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1241 auto *Sec = CustomSection.Section; in writeCustomSection() argument
1948 for (auto &CustomSection : CustomSections) writeOneObject() local
[all...]