Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h264 class LLVM_LIBRARY_VISIBILITY ItaniumWindowsARMleTargetInfo
267 ItaniumWindowsARMleTargetInfo(const llvm::Triple &Triple,
H A DARM.cpp1419 ItaniumWindowsARMleTargetInfo::ItaniumWindowsARMleTargetInfo( in ItaniumWindowsARMleTargetInfo() function in ItaniumWindowsARMleTargetInfo
1425 void ItaniumWindowsARMleTargetInfo::getTargetDefines( in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp233 return std::make_unique<ItaniumWindowsARMleTargetInfo>(Triple, Opts); in AllocateTarget()