HomeSort by relevance Sort by last modified time
    Searched defs:FirstLoc (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 120 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
121 assert(!FirstLoc.isUnknown()
123 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 184 DebugLoc FirstLoc = First->getDebugLoc();
185 if (FirstLoc.isUnknown()) continue;
186 DILocation FirstDIL(FirstLoc.getAsMDNode(Ctx));
210 if (I1->getDebugLoc() != FirstLoc) break;
  /external/clang/lib/Sema/
DeclSpec.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 133 DebugLoc FirstLoc = Details.LineStarts[0].Loc;
134 assert(!FirstLoc.isUnknown()
137 MDNode *FirstLocScope = FirstLoc.getScope(F.getContext());
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 233 SMLoc FirstLoc = getLexer().getLoc();
260 SectionName = StringRef(FirstLoc.getPointer(), Size);
  /external/clang/include/clang/Serialization/
Module.h 192 SourceLocation FirstLoc;
  /external/llvm/utils/FileCheck/
FileCheck.cpp 738 size_t FirstLoc = StringRef::npos;
762 if (PrefixLoc > FirstLoc)
766 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size())
778 FirstLoc = PrefixLoc;
789 CheckLoc = FirstLoc;
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 45 SourceLocation FirstLoc = SM.getSpellingLoc(First.getLocation());
46 SourceLocation FirstEnd = FirstLoc.getLocWithOffset(First.getLength());
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 194 milliseconds