Searched refs:StringViewStartsWith (Results 1 – 1 of 1) sorted by relevance
116 bool StringViewStartsWith(std::string_view sv, std::string_view prefix) { in StringViewStartsWith() function373 if (StringViewStartsWith(name, ".text")) { in ElfReaderImpl()823 if (StringViewStartsWith(name, ".debug") || in HasDebugSections()824 StringViewStartsWith(name, ".zdebug")) { in HasDebugSections()1232 if (StringViewStartsWith(name, debug_prefix) && in SectionNamesMatch()1233 StringViewStartsWith(sh_name, zdebug_prefix)) { in SectionNamesMatch()