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.h265 class LLVM_LIBRARY_VISIBILITY ItaniumWindowsARMleTargetInfo
268 ItaniumWindowsARMleTargetInfo(const llvm::Triple &Triple,
H A DARM.cpp1494 ItaniumWindowsARMleTargetInfo::ItaniumWindowsARMleTargetInfo( in ItaniumWindowsARMleTargetInfo() function in ItaniumWindowsARMleTargetInfo
1500 void ItaniumWindowsARMleTargetInfo::getTargetDefines( in getTargetDefines()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp240 return std::make_unique<ItaniumWindowsARMleTargetInfo>(Triple, Opts); in AllocateTarget()