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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1091 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
1095 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
1096 D->addChild(TheCU.constructImportedEntityDIE(N));
1270 auto &TheCU = *P.second;
1271 if (TheCU.getCUNode()->isDebugDirectivesOnly())
1275 TheCU.constructContainingTypeDIEs();
1280 auto *SkCU = TheCU.getSkeleton();
1282 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty();
1288 finishUnitAttributes(TheCU.getCUNode(), TheCU);
[all...]
H A DDwarfDebug.h439 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,
578 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
588 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
601 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
H A DDebugLocEntry.h180 DwarfCompileUnit &TheCU);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp203 Mod ? Mod : TheCU);
224 TheCU->getFile());
409 return TheCU->getFile();
417 return TheCU->getFile();
636 TheCU = DBuilder.createCompileUnit(
665 "objc_class", TheCU, TheCU->getFile(), 0);
679 "objc_class", TheCU, TheCU->getFile(), 0);
685 ObjTy = DBuilder.createStructType(TheCU, "objc_objec
932 hasCXXMangling(const TagDecl *TD, llvm::DICompileUnit *TheCU) argument
966 needsTypeIdentifier(const TagDecl *TD, CodeGenModule &CGM, llvm::DICompileUnit *TheCU) argument
984 getTypeIdentifier(const TagType *Ty, CodeGenModule &CGM, llvm::DICompileUnit *TheCU) argument
[all...]
H A DCGDebugInfo.h63 llvm::DICompileUnit *TheCU = nullptr; member in class:clang::DynamicInitKind::CGDebugInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) argument
242 : CU(TheCU), Index(Idx) {}

Completed in 87 milliseconds