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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 209 /// addSourceLine - Add location information to specified debug information
211 void addSourceLine(DIE *Die, DIVariable V);
212 void addSourceLine(DIE *Die, DIGlobalVariable G);
213 void addSourceLine(DIE *Die, DISubprogram SP);
214 void addSourceLine(DIE *Die, DIType Ty);
215 void addSourceLine(DIE *Die, DINameSpace NS);
216 void addSourceLine(DIE *Die, DIObjCProperty Ty);
DwarfCompileUnit.cpp 120 /// addSourceLine - Add location information to specified debug information
122 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
137 /// addSourceLine - Add location information to specified debug information
139 void CompileUnit::addSourceLine(DIE *Die, DIGlobalVariable G) {
153 /// addSourceLine - Add location information to specified debug information
155 void CompileUnit::addSourceLine(DIE *Die, DISubprogram SP) {
172 /// addSourceLine - Add location information to specified debug information
174 void CompileUnit::addSourceLine(DIE *Die, DIType Ty) {
189 /// addSourceLine - Add location information to specified debug information
191 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty)
    [all...]

Completed in 30 milliseconds