Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h194 struct CustomSection : Section { struct
195 explicit CustomSection(StringRef Name) in CustomSection() argument
217 struct DylinkSection : CustomSection { argument
/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSections.h111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection() function
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp575 auto *CustomSection = cast<WasmYAML::CustomSection>(&Sec); in writeRelocSection() local
H A DWasmYAML.cpp177 auto CustomSection = cast<WasmYAML::CustomSection>(Section.get()); in mapping() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWasmObjectWriter.cpp1239 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection()
1947 for (auto &CustomSection : CustomSections) in writeOneObject() local