Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Line

202 /// getLineNumber - Get line number for the location. If location is invalid
414 // No need to fill in the Name, Line, Size, Alignment, Offset in case of
445 unsigned Line
451 Line, 0, 0, llvm::DIType::FlagFwdDecl,
455 Line, 0, 0, llvm::DIType::FlagFwdDecl,
460 Line, 0, 0, 0, llvm::DIType::FlagFwdDecl,
559 unsigned Line = getLineNumber(Ty->getDecl()->getLocation());
565 DBuilder.createTypedef(Src, TyDecl->getName(), Unit, Line, TydefContext);
602 unsigned line = getLineNumber(loc);
619 return DBuilder.createMemberType(scope, name, file, line, sizeInBits,
988 unsigned Line = getLineNumber(RD->getLocation());
1004 DefUnit, Line, 0, 0,
1080 RealDecl = DBuilder.createUnionType(RDContext, RDName, DefUnit, Line,
1103 RealDecl = DBuilder.createClassType(RDContext, RDName, DefUnit, Line,
1108 RealDecl = DBuilder.createStructType(RDContext, RDName, DefUnit, Line,
1134 unsigned Line = getLineNumber(ID->getLocation());
1142 DefUnit, Line, 0, 0, 0,
1257 Line, Size, Align, Flags,
1421 unsigned Line = getLineNumber(ED->getLocation());
1431 DBuilder.createEnumerationType(EnumContext, ED->getName(), DefUnit, Line,
1732 // Clear stack used to keep track of #line directives.
1757 /// UpdateLineDirectiveRegion - Update region stack only if #line directive
1771 // If #line directive stack is empty then we are entering a new scope.
1779 && "error handling #line regions!");
1790 // If #line for this file is seen earlier then pop out #line regions.
1802 // .. otherwise insert new #line region.
1947 unsigned Line = getLineNumber(VD->getLocation());
1975 VD->getName(), Unit, Line, Ty,
1982 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
1988 Name, Unit, Line, Ty,
1995 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2015 // Use VarDecl's Tag, Scope and Line number.
2018 FieldName, Unit, Line, FieldTy,
2026 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2057 unsigned Line = getLineNumber(VD->getLocation());
2087 VD->getName(), Unit, Line, Ty, addr);
2093 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2123 unsigned line = getLineNumber(loc);
2215 fieldType = DBuilder.createMemberType(tunit, name, tunit, line,
2232 DBuilder.createStructType(tunit, typeName.str(), tunit, line,
2247 name, tunit, line, type,
2255 declare->setDebugLoc(llvm::DebugLoc::get(line, column, scope));