Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLoongArch.h105 class LLVM_LIBRARY_VISIBILITY LoongArch32TargetInfo
108 LoongArch32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in LoongArch32TargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp742 return std::make_unique<LinuxTargetInfo<LoongArch32TargetInfo>>(Triple, in AllocateTarget()
745 return std::make_unique<LoongArch32TargetInfo>(Triple, Opts); in AllocateTarget()