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 212 /// addSourceLine - Add location information to specified debug information
214 void addSourceLine(DIE *Die, DIVariable V);
215 void addSourceLine(DIE *Die, DIGlobalVariable G);
216 void addSourceLine(DIE *Die, DISubprogram SP);
217 void addSourceLine(DIE *Die, DIType Ty);
218 void addSourceLine(DIE *Die, DINameSpace NS);
219 void addSourceLine(DIE *Die, DIObjCProperty Ty);
DwarfCompileUnit.cpp 129 /// addSourceLine - Add location information to specified debug information
131 void CompileUnit::addSourceLine(DIE *Die, DIVariable V) {
146 /// addSourceLine - Add location information to specified debug information
148 void CompileUnit::addSourceLine(DIE *Die, DIGlobalVariable G) {
162 /// addSourceLine - Add location information to specified debug information
164 void CompileUnit::addSourceLine(DIE *Die, DISubprogram SP) {
181 /// addSourceLine - Add location information to specified debug information
183 void CompileUnit::addSourceLine(DIE *Die, DIType Ty) {
198 /// addSourceLine - Add location information to specified debug information
200 void CompileUnit::addSourceLine(DIE *Die, DIObjCProperty Ty)
    [all...]

Completed in 19 milliseconds