Home
last modified time | relevance | path

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

/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp99 } 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp99 } 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()
[all …]
/external/llvm/docs/tutorial/
DLangImpl09.rst194 } 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(),
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl09.rst194 } KSDbgInfo;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
249 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
250 KSDbgInfo.TheCU.getDirectory());
361 KSDbgInfo.LexicalBlocks.push_back(SP);
370 KSDbgInfo.LexicalBlocks.pop_back();
377 KSDbgInfo.emitLocation(this);
399 SP, Arg.getName(), ++ArgIdx, Unit, LineNo, KSDbgInfo.getDoubleTy(),
433 KSDbgInfo.emitLocation(nullptr);
440 KSDbgInfo.emitLocation(Body.get());