Searched refs:addSourceLine (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 202 void addSourceLine(DIE &Die, unsigned Line, const DIFile *File); 203 void addSourceLine(DIE &Die, const DILocalVariable *V); 204 void addSourceLine(DIE &Die, const DIGlobalVariable *G); 205 void addSourceLine(DIE &Die, const DISubprogram *SP); 206 void addSourceLine(DIE &Die, const DILabel *L); 207 void addSourceLine(DIE &Die, const DIType *Ty); 208 void addSourceLine(DIE &Die, const DIObjCProperty *Ty);
|
| H A D | DwarfUnit.cpp | 426 addSourceLine(Die, V->getLine(), V->getFile()); in addSourceLine() 432 addSourceLine(Die, G->getLine(), G->getFile()); in addSourceLine() 438 addSourceLine(Die, SP->getLine(), SP->getFile()); in addSourceLine() 444 addSourceLine(Die, L->getLine(), L->getFile()); in addSourceLine() 450 addSourceLine(Die, Ty->getLine(), Ty->getFile()); in addSourceLine() 778 addSourceLine(Buffer, DTy); in constructTypeDIE() 907 addSourceLine(ElemDie, Property); in constructTypeDIE() 983 addSourceLine(Buffer, CTy); in constructTypeDIE() 1201 addSourceLine(SPDie, SP); in applySubprogramAttributes() 1553 addSourceLine(MemberDie, DT); in constructMemberDIE() [all …]
|
| H A D | DwarfCompileUnit.cpp | 178 addSourceLine(*VariableDIE, GV); in getOrCreateGlobalVariableDIE() 345 addSourceLine(NDie, CB->getLineNo(), CB->getFile()); in getOrCreateCommonBlock() 1272 addSourceLine(*IMDie, Module->getLine(), Module->getFile()); in constructImportedEntityDIE() 1497 addSourceLine(VariableDie, DIVar); in applyVariableAttributes() 1509 addSourceLine(LabelDie, DILabel); in applyLabelAttributes()
|