Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp55 bool LabelSections; member in __anon4f25a0aa0111::MCMachOStreamer
73 LabelSections(label) {} in MCMachOStreamer()
144 if (LabelSections && !HasSectionLabel[Section] && in changeSection()
535 bool LabelSections) { in createMachOStreamer() argument
537 Context, std::move(MAB), std::move(OW), std::move(CE), LabelSections); in createMachOStreamer()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h105 bool LabelSections = false);