Home
last modified time | relevance | path

Searched refs:KSDbgInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp103 } 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()
[all …]
/external/llvm/docs/tutorial/
DLangImpl8.rst194 } 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(),
[all …]