reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/ARMTargetParser.cpp
   98     return ProfileKind::M;
  599         parseArchProfile(ArchName) == ProfileKind::M)
lib/Support/Triple.cpp
  376   if (Profile == ARM::ProfileKind::M && Version == 6) {
tools/clang/lib/Basic/Targets/ARM.cpp
  138   if (ArchProfile == llvm::ARM::ProfileKind::M) {
  219   case llvm::ARM::ProfileKind::M:
  267         ArchProfile == llvm::ARM::ProfileKind::M) {
  496     if (ArchProfile == llvm::ARM::ProfileKind::M)
  504     if (ArchProfile == llvm::ARM::ProfileKind::M)
  625   if (CPUProfile.empty() || ArchProfile != llvm::ARM::ProfileKind::M)
  762   if (ArchVersion == 8 && ArchProfile == llvm::ARM::ProfileKind::M)
tools/clang/lib/Driver/ToolChain.cpp
  653     bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::ProfileKind::M;
tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp
   32   return llvm::ARM::parseArchProfile(Arch) == llvm::ARM::ProfileKind::M;
unittests/Support/TargetParserTest.cpp
  714       EXPECT_EQ(ARM::ProfileKind::M, ARM::parseArchProfile(ARMArch[i]));