Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNetBSD.cpp526 llvm::Triple::ArchType TArch = getTriple().getArch(); in GetExceptionModel() local
527 if (TArch == llvm::Triple::arm || TArch == llvm::Triple::armeb || in GetExceptionModel()
528 TArch == llvm::Triple::thumb || TArch == llvm::Triple::thumbeb) in GetExceptionModel()