Searched refs:LastLoc (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 304 const MCCVLineEntry *LastLoc = &StartLoc; in encodeInlineLineTable() local 315 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable() 324 if (Loc.getFileNum() != LastLoc->getFileNum()) { in encodeInlineLineTable() 332 int LineDelta = Loc.getLine() - LastLoc->getLine(); in encodeInlineLineTable() 338 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable() 358 LastLoc = &Loc; in encodeInlineLineTable() 364 computeLabelDiff(Layout, LastLoc->getLabel(), Frag.getFnEndSym()); in encodeInlineLineTable() 371 &LastLoc->getLabel()->getSection(false)) { in encodeInlineLineTable() 373 computeLabelDiff(Layout, LastLoc->getLabel(), Loc.getLabel()); in encodeInlineLineTable()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgValueHistoryCalculator.cpp | 135 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst() local 140 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
|
D | CodeViewDebug.h | 96 DebugLoc LastLoc; member
|
D | CodeViewDebug.cpp | 310 if (DL == CurFn->LastLoc) in maybeRecordLocation() 330 if (CurFn->LastLoc.get() && CurFn->LastLoc->getFile() == DL->getFile()) in maybeRecordLocation() 334 CurFn->LastLoc = DL; in maybeRecordLocation()
|
/external/clang/include/clang/Frontend/ |
D | LogDiagnosticPrinter.h | 58 FullSourceLoc LastLoc; variable
|
D | DiagnosticRenderer.h | 56 SourceLocation LastLoc; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1599 unsigned LastLoc = 0; in RescheduleOps() local 1613 if (Loc >= LastLoc) { in RescheduleOps() 1614 LastLoc = Loc; in RescheduleOps() 1647 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 2150 unsigned LastLoc = 0; in RescheduleOps() local 2164 if (Loc >= LastLoc) { in RescheduleOps() 2165 LastLoc = Loc; in RescheduleOps() 2199 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 134 LastLoc = Loc; in emitDiagnostic()
|
D | TextDiagnostic.cpp | 1082 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2065 DebugLoc LastLoc; in ParseFunctionBody() local 2135 I->setDebugLoc(LastLoc); in ParseFunctionBody() 2155 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in ParseFunctionBody() 2156 I->setDebugLoc(LastLoc); in ParseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4381 DebugLoc LastLoc; in parseFunctionBody() local 4488 I->setDebugLoc(LastLoc); in parseFunctionBody() 4511 LastLoc = DebugLoc::get(Line, Col, Scope, IA); in parseFunctionBody() 4512 I->setDebugLoc(LastLoc); in parseFunctionBody()
|