Searched refs:hasPrefix (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 546 hasPrefix(SectionName, ".text")) in ParseSectionArguments() 549 hasPrefix(SectionName, ".bss") || in ParseSectionArguments() 550 hasPrefix(SectionName, ".init_array") || in ParseSectionArguments() 551 hasPrefix(SectionName, ".fini_array") || in ParseSectionArguments() 552 hasPrefix(SectionName, ".preinit_array")) in ParseSectionArguments() 554 else if (hasPrefix(SectionName, ".tdata") || hasPrefix(SectionName, ".tbss")) in ParseSectionArguments() 625 else if (hasPrefix(SectionName, ".init_array")) in ParseSectionArguments() 627 else if (hasPrefix(SectionName, ".bss")) in ParseSectionArguments() 629 else if (hasPrefix(SectionName, ".tbss")) in ParseSectionArguments() 631 else if (hasPrefix(SectionName, ".fini_array")) in ParseSectionArguments() [all …]
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 37 bool hasPrefix(StringRef Prefix) const { in hasPrefix() function in clang::ProfileSpecialCaseList 70 Default(SCL->hasPrefix("fun") || SCL->hasPrefix("src")), SM(SM) {} in ProfileList()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 480 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function 492 if (hasPrefix(Name, ".init_array")) in getELFSectionType() 495 if (hasPrefix(Name, ".fini_array")) in getELFSectionType() 498 if (hasPrefix(Name, ".preinit_array")) in getELFSectionType() 501 if (hasPrefix(Name, ".llvm.offloading")) in getELFSectionType()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 1965 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))))); in TEST_P() 1967 nestedNameSpecifierLoc(hasPrefix(specifiesTypeLoc( in TEST_P() 1971 nestedNameSpecifierLoc(hasPrefix( in TEST_P()
|
| H A D | ASTMatchersTraversalTest.cpp | 5436 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST() 5442 elaboratedType(hasQualifier(hasPrefix(specifiesNamespace(hasName("N"))))))); in TEST()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 109 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7483 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix, 7501 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
|