Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DARM.h234 class LLVM_LIBRARY_VISIBILITY ItaniumWindowsARMleTargetInfo
237 ItaniumWindowsARMleTargetInfo(const llvm::Triple &Triple,
H A DARM.cpp1315 ItaniumWindowsARMleTargetInfo::ItaniumWindowsARMleTargetInfo( in ItaniumWindowsARMleTargetInfo() function in ItaniumWindowsARMleTargetInfo
1321 void ItaniumWindowsARMleTargetInfo::getTargetDefines( in getTargetDefines()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargets.cpp207 return new ItaniumWindowsARMleTargetInfo(Triple, Opts); in AllocateTarget()