Lines Matching refs:Line
234 /// getLineNumber - Get line number for the location. If location is invalid
459 // No need to fill in the Name, Line, Size, Alignment, Offset in case of
490 unsigned Line = getLineNumber(RD->getLocation());
496 Line, 0, 0, llvm::DIType::FlagFwdDecl,
500 Line, 0, 0, llvm::DIType::FlagFwdDecl,
505 Line, 0, 0, 0, llvm::DIType::FlagFwdDecl,
604 unsigned Line = getLineNumber(Ty->getDecl()->getLocation());
610 DBuilder.createTypedef(Src, TyDecl->getName(), Unit, Line, TydefContext);
647 unsigned line = getLineNumber(loc);
664 return DBuilder.createMemberType(scope, name, file, line, sizeInBits,
1041 unsigned Line = getLineNumber(RD->getLocation());
1057 DefUnit, Line, 0, 0,
1133 RealDecl = DBuilder.createUnionType(RDContext, RDName, DefUnit, Line,
1156 RealDecl = DBuilder.createClassType(RDContext, RDName, DefUnit, Line,
1161 RealDecl = DBuilder.createStructType(RDContext, RDName, DefUnit, Line,
1187 unsigned Line = getLineNumber(ID->getLocation());
1195 DefUnit, Line, 0, 0, 0,
1317 Line, Size, Align, Flags,
1489 unsigned Line = getLineNumber(ED->getLocation());
1499 DBuilder.createEnumerationType(EnumContext, ED->getName(), DefUnit, Line,
1805 /// EmitLocation - Emit metadata to indicate a change in line/column
1854 // Emit a line table change for the current location inside the new scope.
1865 // Provide an entry in the line table for the end of the block.
1986 unsigned Line = getLineNumber(VD->getLocation());
2014 VD->getName(), Unit, Line, Ty,
2021 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2027 Name, Unit, Line, Ty,
2033 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2053 // Use VarDecl's Tag, Scope and Line number.
2056 FieldName, Unit, Line, FieldTy,
2063 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column, Scope));
2094 unsigned Line = getLineNumber(VD->getLocation());
2125 VD->getName(), Unit, Line, Ty, addr);
2129 Call->setDebugLoc(llvm::DebugLoc::get(Line, Column,
2160 unsigned line = getLineNumber(loc);
2252 fieldType = DBuilder.createMemberType(tunit, name, tunit, line,
2269 DBuilder.createStructType(tunit, typeName.str(), tunit, line,
2284 name, tunit, line, type,
2292 declare->setDebugLoc(llvm::DebugLoc::get(line, column, scope));