Searched refs:TheCU (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 422 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument 425 if (DIE *D = TheCU.getOrCreateContextDIE(Module->getScope())) in constructAndAddImportedEntityDIE() 426 D->addChild(TheCU.constructImportedEntityDIE(Module)); in constructAndAddImportedEntityDIE() 516 DICompileUnit TheCU = cast<MDCompileUnit>(N); in collectDeadVariables() local 519 static_cast<DwarfCompileUnit *>(CUMap.lookup(TheCU)); in collectDeadVariables() 521 for (auto *SP : TheCU->getSubprograms()) { in collectDeadVariables() 543 auto &TheCU = *P.second; in finalizeModuleInfo() local 546 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo() 551 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo() 554 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie()); in finalizeModuleInfo() [all …]
|
D | DwarfDebug.h | 456 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, 470 void collectVariableInfo(DwarfCompileUnit &TheCU, DISubprogram SP,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 148 return TheCU; in getContextDescriptor() 164 return TheCU; in getContextDescriptor() 253 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory()); in getOrCreateFile() 260 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory()); in getOrCreateFile() 280 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory()); in getOrCreateMainFile() 379 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit() 406 "objc_class", TheCU, in CreateType() 420 "objc_class", TheCU, in CreateType() 428 DBuilder.createStructType(TheCU, "objc_object", getOrCreateMainFile(), in CreateType() 440 "objc_selector", TheCU, in CreateType() [all …]
|
D | CGDebugInfo.h | 55 llvm::DICompileUnit TheCU; variable
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 96 DICompileUnit TheCU; member 832 Scope = TheCU; in emitLocation() 1227 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in Codegen() 1228 KSDbgInfo.TheCU->getDirectory()); in Codegen() 1251 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in CreateArgumentAllocas() 1252 KSDbgInfo.TheCU->getDirectory()); in CreateArgumentAllocas() 1443 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()
|
/external/llvm/docs/tutorial/ |
D | LangImpl8.rst | 190 DICompileUnit TheCU; 210 KSDbgInfo.TheCU = DBuilder->createCompileUnit( 248 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), 249 KSDbgInfo.TheCU.getDirectory()); 335 Scope = &TheCU; 396 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), 397 KSDbgInfo.TheCU.getDirectory());
|