Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.h468 class LLVM_LIBRARY_VISIBILITY DarwinPPC32TargetInfo
471 DarwinPPC32TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in DarwinPPC32TargetInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp330 return new DarwinPPC32TargetInfo(Triple, Opts); in AllocateTarget()