Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLe64.cpp22 ArrayRef<Builtin::Info> Le64TargetInfo::getTargetBuiltins() const { in getTargetBuiltins()
26 void Le64TargetInfo::getTargetDefines(const LangOptions &Opts, in getTargetDefines()
H A DLe64.h24 class LLVM_LIBRARY_VISIBILITY Le64TargetInfo : public TargetInfo {
27 Le64TargetInfo(const llvm::Triple &Triple, const TargetOptions &) in Le64TargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp356 return std::make_unique<Le64TargetInfo>(Triple, Opts); in AllocateTarget()