Searched refs:SecNames (Results 1 – 5 of 5) sorted by relevance
26 SetVector<StringRef> SecNames; in getNonEmptySectionNames() local28 SecNames.insert("debug_str"); in getNonEmptySectionNames()30 SecNames.insert("debug_aranges"); in getNonEmptySectionNames()32 SecNames.insert("debug_ranges"); in getNonEmptySectionNames()34 SecNames.insert("debug_line"); in getNonEmptySectionNames()36 SecNames.insert("debug_addr"); in getNonEmptySectionNames()38 SecNames.insert("debug_abbrev"); in getNonEmptySectionNames()40 SecNames.insert("debug_info"); in getNonEmptySectionNames()42 SecNames.insert("debug_pubnames"); in getNonEmptySectionNames()44 SecNames.insert("debug_pubtypes"); in getNonEmptySectionNames()[all …]
105 std::map<std::string, bool> SecNames; in getSectionRefsByNameOrIndex() local112 SecNames.emplace(std::string(Section), false); in getSectionRefsByNameOrIndex()118 auto NameIt = SecNames.find(std::string(SecName)); in getSectionRefsByNameOrIndex()119 if (NameIt != SecNames.end()) in getSectionRefsByNameOrIndex()124 if (NameIt != SecNames.end() || IndexIt != SecIndices.end()) in getSectionRefsByNameOrIndex()129 for (const std::pair<const std::string, bool> &S : SecNames) in getSectionRefsByNameOrIndex()
25 void addRuntimeLibSections(std::vector<std::string> &SecNames) const final { in addRuntimeLibSections() argument26 SecNames.push_back(".bolt.hugify.entries"); in addRuntimeLibSections()
30 void addRuntimeLibSections(std::vector<std::string> &SecNames) const final { in addRuntimeLibSections() argument31 SecNames.push_back(".bolt.instr.counters"); in addRuntimeLibSections()
44 addRuntimeLibSections(std::vector<std::string> &SecNames) const = 0;