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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp198 /// addVariableAddress - Add DW_AT_location attribute for a
200 void CompileUnit::addVariableAddress(DbgVariable *&DV, DIE *Die, function in class:CompileUnit
1255 addVariableAddress(DV, VariableDie, Location);
1258 addVariableAddress(DV, VariableDie,
1275 addVariableAddress(DV, VariableDie,
1296 addVariableAddress(DV, VariableDie, Location);

Completed in 52 milliseconds