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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp258 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
408 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, function in class:WasmObjectWriter
410 LLVM_DEBUG(dbgs() << "startCustomSection " << Name << "\n");
1130 startCustomSection(Section, std::string("reloc.") + Name.str());
1161 startCustomSection(Section, "linking");
1246 startCustomSection(Section, CustomSection.Name);

Completed in 117 milliseconds