Home
last modified time | relevance | path

Searched refs:TheCU (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp453 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument
455 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE()
456 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()
540 auto *TheCU = cast<DICompileUnit>(N); in collectDeadVariables() local
543 static_cast<DwarfCompileUnit *>(CUMap.lookup(TheCU)); in collectDeadVariables()
545 for (auto *SP : TheCU->getSubprograms()) { in collectDeadVariables()
567 auto &TheCU = *P.second; in finalizeModuleInfo() local
570 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
575 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
578 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie()); in finalizeModuleInfo()
[all …]
DDwarfDebug.h446 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
460 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp156 Mod ? Mod : TheCU); in getDeclContextDescriptor()
276 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateFile()
277 remapDIPath(TheCU->getDirectory())); in getOrCreateFile()
284 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateFile()
285 remapDIPath(TheCU->getDirectory())); in getOrCreateFile()
305 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateMainFile()
306 remapDIPath(TheCU->getDirectory())); in getOrCreateMainFile()
401 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit()
427 "objc_class", TheCU, in CreateType()
441 "objc_class", TheCU, in CreateType()
[all …]
DCGDebugInfo.h58 llvm::DICompileUnit *TheCU = nullptr; variable
/external/llvm/docs/tutorial/
DLangImpl8.rst190 DICompileUnit *TheCU;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
248 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
249 KSDbgInfo.TheCU.getDirectory());
339 Scope = TheCU;
400 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
401 KSDbgInfo.TheCU.getDirectory());
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp92 DICompileUnit *TheCU; member
834 Scope = TheCU; in emitLocation()
1245 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in codegen()
1246 KSDbgInfo.TheCU->getDirectory()); in codegen()
1436 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()