Searched refs:Provider (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBReproducerPrivate.h33 class SBProvider : public Provider<SBProvider> {
41 : Provider(directory),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DReproducer.h54 // Returns the class ID for the dynamic type of this Provider instance.
71 template <typename ThisProviderT> class Provider : public ProviderBase { class in namespace:lldb_private::repro
84 class FileProvider : public Provider<FileProvider> {
92 : Provider(directory),
115 /// Provider for the LLDB version number.
119 class VersionProvider : public Provider<VersionProvider> {
121 VersionProvider(const FileSpec &directory) : Provider(directory) {}
135 /// Provider for the LLDB current working directroy.
139 class WorkingDirectoryProvider : public Provider<WorkingDirectoryProvider> {
141 WorkingDirectoryProvider(const FileSpec &directory) : Provider(director
[all...]
H A DGDBRemote.h98 class GDBRemoteProvider : public repro::Provider<GDBRemoteProvider> {
105 GDBRemoteProvider(const FileSpec &directory) : Provider(directory) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2654 BitPart(Value *P, unsigned BW) : Provider(P) {
2659 Value *Provider; member in struct:__anon2779::BitPart
2662 /// in Provider becomes bit B in the result of this expression.
2681 /// BitPart is returned with Provider set to %X and Provenance[24-31] set to
2720 if (!A->Provider || A->Provider != B->Provider)
2723 Result = BitPart(A->Provider, BitWidth);
2799 Result = BitPart(Res->Provider, BitWidth);
2882 Value *Provider local
[all...]

Completed in 175 milliseconds