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 367 /// constructVariableDIE - Construct a DIE for the given DbgVariable.
368 DIE *constructVariableDIE(DbgVariable *DV, bool isScopeAbstract);
DwarfDebug.cpp 585 TheCU->constructVariableDIE(ArgDV, Scope->isAbstractScope())) {
594 TheCU->constructVariableDIE(Variables[i], Scope->isAbstractScope())) {
    [all...]
DwarfCompileUnit.cpp     [all...]

Completed in 1529 milliseconds