Searched defs:FirstLoc (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp126 DebugLoc FirstLoc = Details.LineStarts[0].Loc; local
127 assert(!FirstLoc.isUnknown()
129 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp224 SMLoc FirstLoc = getLexer().getLoc(); local
252 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp223 SMLoc FirstLoc = getLexer().getLoc(); local
251 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/clang/include/clang/Serialization/
H A DModule.h196 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
/external/clang/lib/Sema/
H A DDeclSpec.cpp972 SourceLocation FirstLoc; local
975 if (FirstLoc.isInvalid() ||
977 FirstLoc))
978 FirstLoc = ExtraLocs[I];
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp785 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/clang/lib/Parse/
H A DParseExprCXX.cpp45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1598 unsigned FirstLoc = ~0U; local
1609 if (Loc <= FirstLoc) {
1610 FirstLoc = Loc;
1647 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp346 bool FirstLoc = true; local
350 if (!FirstLoc)
352 FirstLoc = false;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2265 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);

Completed in 408 milliseconds