Lines Matching refs:DWARFSectionKind
153 static bool isSupportedSectionKind(DWARFSectionKind Kind) { in isSupportedSectionKind()
160 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex()
174 DWARFSectionKind Kind) { in getSubsection()
474 const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, in handleSection()
485 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
512 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()
550 const StringMap<std::pair<MCSection *, DWARFSectionKind>> KnownSections = { in write()
554 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write()
563 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
564 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
601 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write()
764 llvm::DWARFSectionKind TUSectionKind; in write()