reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/clang/lib/Basic/Targets/OSTargets.h
   22 class LLVM_LIBRARY_VISIBILITY OSTargetInfo : public TgtInfo {

References

tools/clang/lib/Basic/Targets.cpp
  157       return new FreeBSDTargetInfo<AArch64beTargetInfo>(Triple, Opts);
  159       return new FuchsiaTargetInfo<AArch64beTargetInfo>(Triple, Opts);
  161       return new LinuxTargetInfo<AArch64beTargetInfo>(Triple, Opts);
  163       return new NetBSDTargetInfo<AArch64beTargetInfo>(Triple, Opts);
  165       return new AArch64beTargetInfo(Triple, Opts);
tools/clang/lib/Basic/Targets/OSTargets.h
   22 class LLVM_LIBRARY_VISIBILITY OSTargetInfo : public TgtInfo {
  212 class LLVM_LIBRARY_VISIBILITY FreeBSDTargetInfo : public OSTargetInfo<Target> {
  371 class LLVM_LIBRARY_VISIBILITY LinuxTargetInfo : public OSTargetInfo<Target> {
  429 class LLVM_LIBRARY_VISIBILITY NetBSDTargetInfo : public OSTargetInfo<Target> {
  794 class LLVM_LIBRARY_VISIBILITY FuchsiaTargetInfo : public OSTargetInfo<Target> {