HomeSort by relevance Sort by last modified time
    Searched refs:constructVariableDIE (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 325 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
326 DIE *constructVariableDIE(DbgVariable *DV, bool isScopeAbstract);
DwarfDebug.cpp 505 TheCU->constructVariableDIE(ArgDV, Scope->isAbstractScope()))
512 TheCU->constructVariableDIE(Variables[i], Scope->isAbstractScope()))
804 SPCU->constructVariableDIE(NewVar, Scope->isAbstractScope()))
    [all...]
DwarfCompileUnit.cpp     [all...]

Completed in 337 milliseconds