Home
last modified time | relevance | path

Searched refs:hasPrefix (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp501 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function
523 if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1") in ParseSectionArguments()
526 hasPrefix(SectionName, ".text.")) in ParseSectionArguments()
528 else if (hasPrefix(SectionName, ".data.") || SectionName == ".data1" || in ParseSectionArguments()
529 hasPrefix(SectionName, ".bss.") || in ParseSectionArguments()
530 hasPrefix(SectionName, ".init_array.") || in ParseSectionArguments()
531 hasPrefix(SectionName, ".fini_array.") || in ParseSectionArguments()
532 hasPrefix(SectionName, ".preinit_array.")) in ParseSectionArguments()
534 else if (hasPrefix(SectionName, ".tdata.") || in ParseSectionArguments()
535 hasPrefix(SectionName, ".tbss.")) in ParseSectionArguments()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DProfileList.cpp37 bool hasPrefix(StringRef Prefix) const { in hasPrefix() function in clang::ProfileSpecialCaseList
70 Default(SCL->hasPrefix("fun") || SCL->hasPrefix("src")), SM(SM) {} in ProfileList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp110 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7080 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
7098 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,