Lines Matching refs:KSDbgInfo
99 } KSDbgInfo; variable
844 DIType *DblTy = KSDbgInfo.getDoubleTy(); in CreateFunctionType()
895 KSDbgInfo.emitLocation(this); in codegen()
905 KSDbgInfo.emitLocation(this); in codegen()
919 KSDbgInfo.emitLocation(this); in codegen()
924 KSDbgInfo.emitLocation(this); in codegen()
979 KSDbgInfo.emitLocation(this); in codegen()
1001 KSDbgInfo.emitLocation(this); in codegen()
1079 KSDbgInfo.emitLocation(this); in codegen()
1191 KSDbgInfo.emitLocation(this); in codegen()
1241 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in codegen()
1242 KSDbgInfo.TheCU->getDirectory()); in codegen()
1254 KSDbgInfo.LexicalBlocks.push_back(SP); in codegen()
1259 KSDbgInfo.emitLocation(nullptr); in codegen()
1270 SP, Arg.getName(), ++ArgIdx, Unit, LineNo, KSDbgInfo.getDoubleTy(), in codegen()
1284 KSDbgInfo.emitLocation(Body.get()); in codegen()
1291 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
1307 KSDbgInfo.LexicalBlocks.pop_back(); in codegen()
1432 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()