Home
last modified time | relevance | path

Searched refs:LastLoc (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/MC/
DMCCodeView.cpp304 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/
DDbgValueHistoryCalculator.cpp135 DebugLoc LastLoc = LastMI->getDebugLoc(); in getFirstEpilogueInst() local
140 if (I->getDebugLoc() != LastLoc) in getFirstEpilogueInst()
DCodeViewDebug.h96 DebugLoc LastLoc; member
DCodeViewDebug.cpp310 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/
DLogDiagnosticPrinter.h58 FullSourceLoc LastLoc; variable
DDiagnosticRenderer.h56 SourceLocation LastLoc; variable
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1599 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/
DARMLoadStoreOptimizer.cpp2150 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/
DDiagnosticRenderer.cpp134 LastLoc = Loc; in emitDiagnostic()
DTextDiagnostic.cpp1082 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2065 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/
DBitcodeReader.cpp4381 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()