Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAVR.cpp391 static bool ArchHas3BytePC(StringRef Arch) { in ArchHas3BytePC() function
440 return ArchHas3BytePC(Arch) ? std::string(1, 'e') : std::string(""); in handleAsmEscapedChar()
475 if (ArchHas3BytePC(Arch)) { in getTargetDefines()