Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1127 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument
1131 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE()
1132 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()
1302 auto &TheCU = *P.second; in finalizeModuleInfo() local
1303 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1307 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
1312 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
1314 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1320 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1321 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo()
[all …]
H A DDwarfDebug.h465 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,
604 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
614 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
625 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
H A DDebugLocEntry.h229 DwarfCompileUnit &TheCU);
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp204 Mod ? Mod : TheCU); in getDeclContextDescriptor()
225 TheCU->getFile()); in getContextDescriptor()
411 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile()
417 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile()
637 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit()
666 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
680 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
686 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0, in CreateType()
692 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0, in CreateType()
699 "objc_selector", TheCU, in CreateType()
[all …]
H A DCGDebugInfo.h63 llvm::DICompileUnit *TheCU = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp93 DICompileUnit *TheCU; member
848 Scope = TheCU; in emitLocation()
1249 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in codegen()
1250 KSDbgInfo.TheCU->getDirectory()); in codegen()
1448 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst190 DICompileUnit *TheCU;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
249 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
250 KSDbgInfo.TheCU.getDirectory());
340 Scope = TheCU;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument
242 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()