Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp437 MCSection *OutSection = SectionPair->second.first; in handleSection() local
438 if (OutSection == StrOffsetSection) in handleSection()
440 else if (OutSection == StrSection) in handleSection()
442 else if (OutSection == TypesSection) in handleSection()
444 else if (OutSection == CUIndexSection) in handleSection()
446 else if (OutSection == TUIndexSection) in handleSection()
449 Out.SwitchSection(OutSection); in handleSection()