Home | History | Annotate | Download | only in IR

Lines Matching refs:DIGlobalVariable

619 /// DIGlobalVariable - This is a wrapper for a global variable.
620 class DIGlobalVariable : public DIDescriptor {
625 explicit DIGlobalVariable(const MDNode *N = nullptr) : DIDescriptor(N) {}
883 bool addGlobalVariable(DIGlobalVariable DIG);
896 typedef SmallVectorImpl<DIGlobalVariable
929 SmallVector<DIGlobalVariable, 8> GVs; // Global Variables;