Lines Matching refs:DWARFSectionKind
150 static bool isSupportedSectionKind(DWARFSectionKind Kind) { in isSupportedSectionKind()
157 unsigned getContributionIndex(DWARFSectionKind Kind, uint32_t IndexVersion) { in getContributionIndex()
171 DWARFSectionKind Kind) { in getSubsection()
468 const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, in handleSection()
479 std::vector<std::pair<DWARFSectionKind, uint32_t>> &SectionLength) { in handleSection() argument
505 if (DWARFSectionKind Kind = SectionPair->second.second) { in handleSection()
543 const StringMap<std::pair<MCSection *, DWARFSectionKind>> KnownSections = { in write()
547 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}}, in write()
556 {"debug_cu_index", {CUIndexSection, static_cast<DWARFSectionKind>(0)}}, in write()
557 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}}; in write()
594 std::vector<std::pair<DWARFSectionKind, uint32_t>> SectionLength; in write()
751 llvm::DWARFSectionKind TUSectionKind; in write()