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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp114 DebugLoc FirstLoc = Details.LineStarts[0].Loc; local
115 assert(!FirstLoc.isUnknown()
117 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp133 DebugLoc FirstLoc = Details.LineStarts[0].Loc; local
134 assert(!FirstLoc.isUnknown()
137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp234 SMLoc FirstLoc = getLexer().getLoc(); local
262 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/clang/include/clang/Serialization/
H A DModule.h168 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
/external/clang/lib/Sema/
H A DDeclSpec.cpp870 SourceLocation FirstLoc; local
873 if (FirstLoc.isInvalid() ||
875 FirstLoc))
876 FirstLoc = ExtraLocs[I];
/external/clang/lib/Parse/
H A DParseExprCXX.cpp41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
42 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1672 unsigned FirstLoc = ~0U; local
1683 if (Loc <= FirstLoc) {
1684 FirstLoc = Loc;
1722 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2233 SourceLocation FirstLoc = start->getLocStart(); local
2236 if (!SM.isFromSameFile(FirstLoc, SecondLoc))
2238 if (SM.isBeforeInTranslationUnit(SecondLoc, FirstLoc))
2239 std::swap(SecondLoc, FirstLoc);
2241 SourceRange EdgeRange(FirstLoc, SecondLoc);

Completed in 260 milliseconds