Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h518 class LLVM_LIBRARY_VISIBILITY OpenBSDI386TargetInfo
521 OpenBSDI386TargetInfo(const llvm::Triple &Triple, const TargetOptions &Opts) in OpenBSDI386TargetInfo() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargets.cpp554 return std::make_unique<OpenBSDI386TargetInfo>(Triple, Opts); in AllocateTarget()