Searched defs:FirstLoc (Results 1 - 6 of 6) 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.cpp110 DebugLoc FirstLoc = Details.LineStarts[0].Loc; local
111 assert(!FirstLoc.isUnknown()
114 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp226 SMLoc FirstLoc = getLexer().getLoc(); local
254 SectionName = StringRef(FirstLoc.getPointer(), Size);
/external/clang/include/clang/Serialization/
H A DModule.h104 SourceLocation FirstLoc; member in class:clang::serialization::ModuleFile
/external/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp1656 unsigned FirstLoc = ~0U; local
1667 if (Loc <= FirstLoc) {
1668 FirstLoc = Loc;
1706 bool DoMove = (LastLoc - FirstLoc) <= NumMove*4; // FIXME: Tune this.
/external/clang/lib/Parse/
H A DParseExprCXX.cpp41 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation()); local
42 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());

Completed in 163 milliseconds