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

/external/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/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp224 SMLoc FirstLoc = getLexer().getLoc(); local
252 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/clang/include/clang/Serialization/
H A DModule.h94 SourceLocation FirstLoc; member in class:clang::serialization::Module
/external/clang/lib/Parse/
H A DParseExprCXX.cpp39 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
40 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
/external/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.

Completed in 138 milliseconds