Lines Matching refs:DWARFSectionKind
155 static bool isSupportedSectionKind(DWARFSectionKind Kind) { in isSupportedSectionKind()
162 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex()
176 DWARFSectionKind Kind) { in getSubsection()
533 const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, in handleSection()
544 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
571 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()
610 const StringMap<std::pair<MCSection *, DWARFSectionKind>> KnownSections = { in write()
614 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write()
623 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
624 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
666 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write()
860 llvm::DWARFSectionKind TUSectionKind; in write()