Lines Matching refs:KSDbgInfo
194 } KSDbgInfo;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
248 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
249 KSDbgInfo.TheCU.getDirectory());
364 KSDbgInfo.emitLocation(this);
371 KSDbgInfo.FnScopeMap[this] = SP;
375 KSDbgInfo.LexicalBlocks.push_back(&KSDbgInfo.FnScopeMap[Proto]);
386 KSDbgInfo.LexicalBlocks.pop_back();
399 DIScope *Scope = KSDbgInfo.LexicalBlocks.back();
400 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
401 KSDbgInfo.TheCU.getDirectory());
403 Scope, Args[Idx], Idx + 1, Unit, Line, KSDbgInfo.getDoubleTy(), true);
430 KSDbgInfo.emitLocation(nullptr);
437 KSDbgInfo.emitLocation(Body);