Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.h130 class LLVM_LIBRARY_VISIBILITY RISCV32TargetInfo : public RISCVTargetInfo {
132 RISCV32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in RISCV32TargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp432 return std::make_unique<NetBSDTargetInfo<RISCV32TargetInfo>>(Triple, in AllocateTarget()
435 return std::make_unique<LinuxTargetInfo<RISCV32TargetInfo>>(Triple, Opts); in AllocateTarget()
437 return std::make_unique<RISCV32TargetInfo>(Triple, Opts); in AllocateTarget()