Home
last modified time | relevance | path

Searched refs:startCustomSection (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp250 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
353 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection() function in WasmObjectWriter
945 startCustomSection(Section, std::string("reloc.") + Name.str()); in writeRelocSection()
976 startCustomSection(Section, "linking"); in writeLinkingMetaDataSection()
1060 startCustomSection(Section, CustomSection.Name); in writeCustomSections()