Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:addSourceLine

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) {
207 /// addSourceLine - Add location information to specified debug information
209 void CompileUnit::addSourceLine(DIE *Die, DINameSpace NS) {
750 addSourceLine(&Buffer, DTy);
847 addSourceLine(ElemDie, DV);
861 addSourceLine(ElemDie, Property);
944 addSourceLine(&Buffer, CTy);
997 addSourceLine(NDie, NS);
1058 addSourceLine(SPDie, SP);
1182 addSourceLine(VariableDIE, GV);
1338 addSourceLine(VariableDie, DV->getVariable());
1436 addSourceLine(MemberDie, DT);