Searched refs:RISCVTargetInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp21 ArrayRef<const char *> RISCVTargetInfo::getGCCRegNames() const {
37 ArrayRef<TargetInfo::GCCRegAlias> RISCVTargetInfo::getGCCRegAliases() const {
58 bool RISCVTargetInfo::validateAsmConstraint(
86 void RISCVTargetInfo::getTargetDefines(const LangOptions &Opts,
141 bool RISCVTargetInfo::hasFeature(StringRef Feature) const {
157 bool RISCVTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
H A DRISCV.h25 class RISCVTargetInfo : public TargetInfo { class in namespace:clang::targets
36 RISCVTargetInfo(const llvm::Triple &Triple, const TargetOptions &) function in class:clang::targets::RISCVTargetInfo
89 class LLVM_LIBRARY_VISIBILITY RISCV32TargetInfo : public RISCVTargetInfo {
92 : RISCVTargetInfo(Triple, Opts) {
117 class LLVM_LIBRARY_VISIBILITY RISCV64TargetInfo : public RISCVTargetInfo {
120 : RISCVTargetInfo(Triple, Opts) {
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1291 SRCS_MIN+= Target/RISCV/TargetInfo/RISCVTargetInfo.cpp

Completed in 108 milliseconds