Searched refs:hasPrefix (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 517 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function 557 if (hasPrefix(SectionName, ".rodata") || SectionName == ".rodata1") in ParseSectionArguments() 560 hasPrefix(SectionName, ".text")) in ParseSectionArguments() 562 else if (hasPrefix(SectionName, ".data") || SectionName == ".data1" || in ParseSectionArguments() 563 hasPrefix(SectionName, ".bss") || in ParseSectionArguments() 564 hasPrefix(SectionName, ".init_array") || in ParseSectionArguments() 565 hasPrefix(SectionName, ".fini_array") || in ParseSectionArguments() 566 hasPrefix(SectionName, ".preinit_array")) in ParseSectionArguments() 568 else if (hasPrefix(SectionName, ".tdata") || hasPrefix(SectionName, ".tbss")) in ParseSectionArguments() 639 else if (hasPrefix(SectionName, ".init_array")) in ParseSectionArguments() [all …]
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | ProfileList.cpp | 38 bool hasPrefix(StringRef Prefix) const { in hasPrefix() function in clang::ProfileSpecialCaseList 99 if (SCL->hasPrefix("fun") || SCL->hasPrefix("src")) in getDefault()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 504 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function 516 if (hasPrefix(Name, ".init_array")) in getELFSectionType() 519 if (hasPrefix(Name, ".fini_array")) in getELFSectionType() 522 if (hasPrefix(Name, ".preinit_array")) in getELFSectionType() 525 if (hasPrefix(Name, ".llvm.offloading")) in getELFSectionType()
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 109 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7786 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix, 7804 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
|