Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp256 void startSection(SectionBookkeeping &Section, unsigned SectionId);
367 unsigned SectionId) { in startSection() argument
368 LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n"); in startSection()
369 W->OS << char(SectionId); in startSection()