Searched refs:FirstLoc (Results 1 - 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
H A D | OProfileJITEventListener.cpp | 126 DebugLoc FirstLoc = Details.LineStarts[0].Loc; local 127 assert(!FirstLoc.isUnknown() 129 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
|
/external/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 771 SourceLocation FirstLoc = begin_tokens->getLocation(); 772 SourceLocation CurLoc = FirstLoc; 808 SM.isInSameSLocAddrSpace(FirstLoc, LastConsecutiveTok.getLocation(), 814 SM.createMacroArgExpansionLoc(FirstLoc, InstLoc,FullLength); 821 SM.isInSameSLocAddrSpace(FirstLoc, Tok.getLocation(), &RelOffs);
|
/external/clang/include/clang/Serialization/ |
H A D | Module.h | 196 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 224 SMLoc FirstLoc = getLexer().getLoc(); local 252 SectionName = StringRef(FirstLoc.getPointer(), Size);
|
/external/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 785 size_t FirstLoc = StringRef::npos; local 807 if (PrefixLoc > FirstLoc) 811 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size()) 823 FirstLoc = PrefixLoc; 834 CheckLoc = FirstLoc;
|
/external/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 223 SMLoc FirstLoc = getLexer().getLoc(); local 251 SectionName = StringRef(FirstLoc.getPointer(), Size);
|
/external/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 972 SourceLocation FirstLoc; local 975 if (FirstLoc.isInvalid() || 977 FirstLoc)) 978 FirstLoc = ExtraLocs[I];
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 2149 unsigned FirstLoc = ~0U; 2160 if (Loc <= FirstLoc) { 2161 FirstLoc = Loc; 2199 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 1598 unsigned FirstLoc = ~0U; local 1609 if (Loc <= FirstLoc) { 1610 FirstLoc = Loc; 1647 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 2265 SourceLocation FirstLoc = start->getLocStart(); local 2268 if (!SM.isWrittenInSameFile(FirstLoc, SecondLoc)) 2270 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc)) 2271 std::swap(SecondLoc, FirstLoc); 2273 SourceRange EdgeRange(FirstLoc, SecondLoc);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 346 bool FirstLoc = true; local 350 if (!FirstLoc) 352 FirstLoc = false;
|
/external/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local 46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
|
/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 1374 return F->ImportedBy[0]->FirstLoc; 2829 F.FirstLoc = SourceLocation::getFromRawEncoding(F.SLocEntryBaseOffset);
|
Completed in 1053 milliseconds