Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Variables

122     /* Byref variables, in Blocks, are declared by the programmer as
127 needs to do with by-reference variables in blocks.
312 // and DW_AT_high_pc attributes. If there are global variables in this
313 // scope then create and insert DIEs for these variables.
790 // FIXME: There shouldn't be any variables without DIEs.
813 // Construct subprogram DIE and add variables DIEs.
841 // Collect info for variables that were optimized out.
848 // Construct subprogram DIE and add variables DIEs.
861 DIArray Variables = SP.getVariables();
862 if (Variables.getNumElements() == 0)
869 for (unsigned vi = 0, ve = Variables.getNumElements(); vi != ve; ++vi) {
870 DIVariable DV(Variables.getElement(vi));
887 // Collect info for variables that were optimized out.
1077 // FIXME: This duplication of variables when inlining should probably be
1189 // Find variables for each lexical scope.
1275 // Collect info for variables that were optimized out.
1276 DIArray Variables = DISubprogram(FnScope->getScopeNode()).getVariables();
1277 for (unsigned i = 0, e = Variables.getNumElements(); i != e; ++i) {
1278 DIVariable DV(Variables.getElement(i));
1460 // Calculate history for local variables.
1505 // Variables with positive arg numbers are parameters.
1574 // Collect info for variables that were optimized out.
1575 DIArray Variables = SP.getVariables();
1576 for (unsigned i = 0, e = Variables.getNumElements(); i != e; ++i) {
1577 DIVariable DV(Variables.getElement(i));