Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp522 MCSection *OutSection = SectionPair->second.first; in handleSection() local
523 if (OutSection == StrOffsetSection) in handleSection()
525 else if (OutSection == StrSection) in handleSection()
527 else if (OutSection == TypesSection) in handleSection()
529 else if (OutSection == CUIndexSection) in handleSection()
531 else if (OutSection == TUIndexSection) in handleSection()
533 else if (OutSection == InfoSection) in handleSection()
536 Out.switchSection(OutSection); in handleSection()
765 MCSection *OutSection; in write() local
770 OutSection = InfoSection; in write()
[all …]