HomeSort by: relevance | last modified time | path
    Searched refs:LineLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MacroPPCallbacks.cpp 111 SourceLocation LineLoc = getCorrectLocation(LastHashLoc);
132 LineLoc, Loc));
CGDebugInfo.h 539 SourceLocation LineLoc, StringRef Name,
544 SourceLocation LineLoc,
CGDebugInfo.cpp 3125 unsigned MType, SourceLocation LineLoc,
3127 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc);
3132 SourceLocation LineLoc,
3135 unsigned Line = LineLoc.isInvalid() ? 0 : getLineNumber(LineLoc);
CGStmt.cpp 2135 SourceLocation LineLoc = Str->getLocationOfByte(
2138 llvm::ConstantInt::get(CGF.Int32Ty, LineLoc.getRawEncoding())));
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 433 LineLocation &LineLoc) {
438 LineLoc = {0, 0};
445 LineLoc.LineOffset = LineOffset;
449 LocSplit.second.getAsInteger(10, LineLoc.Discriminator);

Completed in 25 milliseconds