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

/external/llvm/include/llvm/IR/
H A DDebugInfo.h50 class DIVariable;
651 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
653 class DIVariable : public DIDescriptor { class in namespace:llvm
658 explicit DIVariable(const MDNode *N = nullptr) : DIDescriptor(N) {} function in class:llvm::DIVariable
825 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
829 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);

Completed in 87 milliseconds