Searched defs:TargetRegistry (Results 1 - 2 of 2) sorted by last modified time

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DTargetRegistry.h1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
10 // This file exposes the TargetRegistry interface, which tools can use to access
15 // appropriate TargetRegistry interfaces.
64 /// will be zero initialized), and pass that instance to the TargetRegistry as
68 friend struct TargetRegistry;
126 /// TargetRegistry.
441 /// TargetRegistry - Generic interface to target specific features.
442 struct TargetRegistry { struct in namespace:llvm
446 friend struct TargetRegistry;
783 TargetRegistry
[all...]
/external/llvm/include/llvm/Support/
H A DTargetRegistry.h1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===//
10 // This file exposes the TargetRegistry interface, which tools can use to access
15 // appropriate TargetRegistry interfaces.
85 /// will be zero initialized), and pass that instance to the TargetRegistry as
89 friend struct TargetRegistry;
160 /// TargetRegistry.
535 /// TargetRegistry - Generic interface to target specific features.
536 struct TargetRegistry { struct in namespace:llvm
541 TargetRegistry() = delete;
547 friend struct TargetRegistry;
[all...]

Completed in 111 milliseconds