Home
last modified time | relevance | path

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

/llvm-project/lld/wasm/
H A DOutputSections.h111 CustomSection(std::string name, ArrayRef<InputChunk *> inputSections) in CustomSection() function
/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
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp589 OutStreamer->switchSection(CustomSection); in EmitFunctionAttributes() local
/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
/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1238 writeCustomSection(WasmCustomSection & CustomSection,const MCAssembler & Asm) writeCustomSection() argument
1934 for (auto &CustomSection : CustomSections) writeOneObject() local
[all...]