Home
last modified time | relevance | path

Searched refs:FirstLoc (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp126 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local
127 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted()
129 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
/external/clang/lib/Lex/
DTokenLexer.cpp771 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local
772 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens()
808 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens()
814 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()
821 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
/external/llvm/utils/FileCheck/
DFileCheck.cpp785 size_t FirstLoc = StringRef::npos; in FindFirstCandidateMatch() local
807 if (PrefixLoc > FirstLoc) in FindFirstCandidateMatch()
811 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) in FindFirstCandidateMatch()
823 FirstLoc = PrefixLoc; in FindFirstCandidateMatch()
834 CheckLoc = FirstLoc; in FindFirstCandidateMatch()
/external/clang/include/clang/Serialization/
DModule.h196 SourceLocation FirstLoc; variable
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DELFAsmParser.cpp224 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local
252 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
/external/clang/lib/Sema/
DDeclSpec.cpp972 SourceLocation FirstLoc; in Finish() local
975 if (FirstLoc.isInvalid() || in Finish()
977 FirstLoc)) in Finish()
978 FirstLoc = ExtraLocs[I]; in Finish()
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp223 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local
251 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1598 unsigned FirstLoc = ~0U; in RescheduleOps() local
1609 if (Loc <= FirstLoc) { in RescheduleOps()
1610 FirstLoc = Loc; in RescheduleOps()
1647 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2265 SourceLocation FirstLoc = start->getLocStart(); in removePunyEdges() local
2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) in removePunyEdges()
2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) in removePunyEdges()
2271 std::swap(SecondLoc, FirstLoc); in removePunyEdges()
2273 SourceRange EdgeRange(FirstLoc, SecondLoc); in removePunyEdges()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp2149 unsigned FirstLoc = ~0U; in RescheduleOps() local
2160 if (Loc <= FirstLoc) { in RescheduleOps()
2161 FirstLoc = Loc; in RescheduleOps()
2199 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp346 bool FirstLoc = true; in maybeRecordLocation() local
350 if (!FirstLoc) in maybeRecordLocation()
352 FirstLoc = false; in maybeRecordLocation()
/external/clang/lib/Parse/
DParseExprCXX.cpp45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in areTokensAdjacent() local
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in areTokensAdjacent()
/external/clang/lib/Serialization/
DASTReader.cpp1374 return F->ImportedBy[0]->FirstLoc; in getImportLocation()
2829 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()