Searched defs:DIScope (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h52 class DIScope;
196 typedef DIRef<DIScope> DIScopeRef;
199 /// DIScope - A base class for various scopes.
201 /// Although, implementation-wise, DIScope is the parent class of most
203 /// DIScope's descendants are not a substitutable subtype of
204 /// DIScope. The DIDescriptor::isScope() method only is true for
207 class DIScope : public DIDescriptor { class in namespace:llvm
213 explicit DIScope(const MDNode *N = nullptr) : DIDescriptor(N) {} function in class:llvm::DIScope
223 /// Generate a reference to this DIScope. Uses the type identifier instead
233 friend DIScopeRef DIScope
[all...]

Completed in 120 milliseconds