Lines Matching refs:KSDbgInfo
103 } KSDbgInfo; variable
841 DIType DblTy = KSDbgInfo.getDoubleTy(); in CreateFunctionType()
877 KSDbgInfo.emitLocation(this); in Codegen()
887 KSDbgInfo.emitLocation(this); in Codegen()
901 KSDbgInfo.emitLocation(this); in Codegen()
906 KSDbgInfo.emitLocation(this); in Codegen()
959 KSDbgInfo.emitLocation(this); in Codegen()
981 KSDbgInfo.emitLocation(this); in Codegen()
1062 KSDbgInfo.emitLocation(this); in Codegen()
1175 KSDbgInfo.emitLocation(this); in Codegen()
1227 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in Codegen()
1228 KSDbgInfo.TheCU->getDirectory()); in Codegen()
1237 KSDbgInfo.FnScopeMap[this] = SP; in Codegen()
1250 DIScope *Scope = KSDbgInfo.LexicalBlocks.back(); in CreateArgumentAllocas()
1251 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in CreateArgumentAllocas()
1252 KSDbgInfo.TheCU->getDirectory()); in CreateArgumentAllocas()
1255 KSDbgInfo.getDoubleTy(), Idx); in CreateArgumentAllocas()
1277 KSDbgInfo.LexicalBlocks.push_back(&KSDbgInfo.FnScopeMap[Proto]); in Codegen()
1282 KSDbgInfo.emitLocation(nullptr); in Codegen()
1295 KSDbgInfo.emitLocation(Body); in Codegen()
1302 KSDbgInfo.LexicalBlocks.pop_back(); in Codegen()
1321 KSDbgInfo.LexicalBlocks.pop_back(); in Codegen()
1443 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()