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

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h598 /// DIGlobalVariable - This is a wrapper for a global variable.
599 class DIGlobalVariable : public DIDescriptor { class in namespace:llvm
601 explicit DIGlobalVariable(const MDNode *N = 0) : DIDescriptor(N) {} function in class:llvm::DIGlobalVariable
895 bool addGlobalVariable(DIGlobalVariable DIG);

Completed in 64 milliseconds