Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp257 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
405 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection() function in WasmObjectWriter
1127 startCustomSection(Section, std::string("reloc.") + Name.str()); in writeRelocSection()
1158 startCustomSection(Section, "linking"); in writeLinkingMetaDataSection()
1242 startCustomSection(Section, CustomSection.Name); in writeCustomSection()