Home
last modified time | relevance | path

Searched defs:hasPrefix (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DProfileList.cpp37 bool hasPrefix(StringRef Prefix) const { in hasPrefix() function in clang::ProfileSpecialCaseList
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp501 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() function