Lines Matching refs:KSDbgInfo
194 } KSDbgInfo;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
248 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
249 KSDbgInfo.TheCU.getDirectory());
360 KSDbgInfo.emitLocation(this);
367 KSDbgInfo.FnScopeMap[this] = SP;
371 KSDbgInfo.LexicalBlocks.push_back(&KSDbgInfo.FnScopeMap[Proto]);
382 KSDbgInfo.LexicalBlocks.pop_back();
395 DIScope *Scope = KSDbgInfo.LexicalBlocks.back();
396 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
397 KSDbgInfo.TheCU.getDirectory());
400 KSDbgInfo.getDoubleTy(), Idx);
427 KSDbgInfo.emitLocation(nullptr);
434 KSDbgInfo.emitLocation(Body);