Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp474 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function
514 if (hasPrefix(SectionName, ".rodata") || SectionName == ".rodata1") in parseSectionArguments()
517 hasPrefix(SectionName, ".text")) in parseSectionArguments()
519 else if (hasPrefix(SectionName, ".data") || SectionName == ".data1" || in parseSectionArguments()
520 hasPrefix(SectionName, ".bss") || in parseSectionArguments()
521 hasPrefix(SectionName, ".init_array") || in parseSectionArguments()
522 hasPrefix(SectionName, ".fini_array") || in parseSectionArguments()
523 hasPrefix(SectionName, ".preinit_array")) in parseSectionArguments()
525 else if (hasPrefix(SectionName, ".tdata") || hasPrefix(SectionName, ".tbss")) in parseSectionArguments()
596 else if (hasPrefix(SectionName, ".init_array")) in parseSectionArguments()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DProfileList.cpp37 bool hasPrefix(StringRef Prefix) const { in hasPrefix() function in clang::ProfileSpecialCaseList
99 if (SCL->hasPrefix("fun") || SCL->hasPrefix("src")) in getDefault()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDemangledNameInfo.h92 bool hasPrefix() const { return PrefixRange.second >= PrefixRange.first; } in hasPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp497 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function
509 if (hasPrefix(Name, ".init_array")) in getELFSectionType()
512 if (hasPrefix(Name, ".fini_array")) in getELFSectionType()
515 if (hasPrefix(Name, ".preinit_array")) in getELFSectionType()
518 if (hasPrefix(Name, ".llvm.offloading")) in getELFSectionType()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp107 REGISTER_OVERLOADED_2(hasPrefix); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7857 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
7875 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,