Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp114 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local
115 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted()
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp110 DebugLoc FirstLoc = Details.LineStarts[0].Loc; in NotifyFunctionEmitted() local
111 assert(!FirstLoc.isUnknown() in NotifyFunctionEmitted()
114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext()); in NotifyFunctionEmitted()
/external/clang/lib/Lex/
DTokenLexer.cpp683 SourceLocation FirstLoc = begin_tokens->getLocation(); in updateConsecutiveMacroArgTokens() local
684 SourceLocation CurLoc = FirstLoc; in updateConsecutiveMacroArgTokens()
712 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), in updateConsecutiveMacroArgTokens()
718 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); in updateConsecutiveMacroArgTokens()
725 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs); in updateConsecutiveMacroArgTokens()
/external/clang/include/clang/Serialization/
DModule.h104 SourceLocation FirstLoc; variable
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp224 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName() local
252 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp1660 unsigned FirstLoc = ~0U; in RescheduleOps() local
1671 if (Loc <= FirstLoc) { in RescheduleOps()
1672 FirstLoc = Loc; in RescheduleOps()
1710 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this. in RescheduleOps()
/external/clang/lib/Parse/
DParseExprCXX.cpp41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); in AreTokensAdjacent() local
42 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength()); in AreTokensAdjacent()
/external/clang/lib/Serialization/
DASTReader.cpp1227 return F->ImportedBy[0]->FirstLoc; in getImportLocation()
2054 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset); in ReadASTBlock()