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

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h44 class DIVariable;
90 explicit DIDescriptor(const DIVariable F);
615 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local,
617 class DIVariable : public DIDescriptor { class in namespace:llvm
619 explicit DIVariable(const MDNode *N = 0) function in class:llvm::DIVariable
785 DIVariable createInlinedVariable(MDNode *DV, MDNode *InlinedScope,
789 DIVariable cleanseInlinedVariable(MDNode *DV, LLVMContext &VMContext);

Completed in 38 milliseconds