Searched refs:setLine (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCCodeView.h | 75 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCDwarf.h | 128 void setLine(unsigned line) { Line = line; } in setLine() function
|
| H A D | MCContext.h | 733 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 442 void setLine(const SCEV *A, const SCEV *B,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | DependenceAnalysis.cpp | 383 void DependenceInfo::Constraint::setLine(const SCEV *AA, const SCEV *BB, in setLine() function in DependenceInfo::Constraint 1222 NewConstraint.setLine(Coeff, in strongSIVtest() 1295 NewConstraint.setLine(Coeff, Coeff, Delta, CurLoop); in weakCrossingSIVtest() 1497 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta, in exactSIVtest() 1692 NewConstraint.setLine(SE->getZero(Delta->getType()), DstCoeff, Delta, in weakZeroSrcSIVtest() 1801 NewConstraint.setLine(SrcCoeff, SE->getZero(Delta->getType()), Delta, in weakZeroDstSIVtest()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 501 StartLoc.setLine(Frag.StartLineNum); in encodeInlineLineTable()
|