Searched refs:LastLoc (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp177 DebugLoc LastLoc = Last->getDebugLoc(); local
178 if (LastLoc.isUnknown()) continue;
179 DILocation LastDIL(LastLoc.getAsMDNode(Ctx));
/external/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h51 FullSourceLoc LastLoc; member in class:clang::LogDiagnosticPrinter
H A DDiagnosticRenderer.h56 SourceLocation LastLoc; member in class:clang::DiagnosticRenderer
60 /// Same restriction as LastLoc essentially, but tracking include stack
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDbgValueHistoryCalculator.cpp134 DebugLoc LastLoc = LastMI->getDebugLoc();
138 if (I->getDebugLoc() != LastLoc)
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp178 LastLoc = Loc;
H A DTextDiagnostic.cpp1072 if (Loc == LastLoc && Ranges.empty() && Hints.empty() &&
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1969 unsigned LastLoc = 0; local
1983 if (Loc >= LastLoc) {
1984 LastLoc = Loc;
2018 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2261 DebugLoc LastLoc; local
2336 I->setDebugLoc(LastLoc);
2356 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
2357 I->setDebugLoc(LastLoc);

Completed in 213 milliseconds