Searched refs:TheCU (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1271 auto &TheCU = *P.second; in finalizeModuleInfo() local 1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo() 1276 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo() 1281 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo() 1283 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo() 1293 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo() 1294 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo() 1300 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo() 1302 TheCU.setDWOId(ID); in finalizeModuleInfo() 1305 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo() [all …]
|
H A D | DwarfDebug.h | 536 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU, 680 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP, 691 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
|
H A D | DebugLocEntry.h | 252 DwarfCompileUnit &TheCU);
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 218 Mod ? Mod : TheCU); in getDeclContextDescriptor() 239 TheCU->getFile()); in getContextDescriptor() 410 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile() 411 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile() 417 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile() 665 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit() 690 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType() 704 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType() 710 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0, in CreateType() 716 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0, in CreateType() [all …]
|
H A D | CGDebugInfo.h | 65 llvm::DICompileUnit *TheCU = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 246 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument 247 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()
|