Searched refs:TArch (Results 1 – 1 of 1) sorted by relevance
526 llvm::Triple::ArchType TArch = getTriple().getArch(); in GetExceptionModel() local527 if (TArch == llvm::Triple::arm || TArch == llvm::Triple::armeb || in GetExceptionModel()528 TArch == llvm::Triple::thumb || TArch == llvm::Triple::thumbeb) in GetExceptionModel()