Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1271 auto &TheCU = *P.second; in finalizeModuleInfo() local
1272 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1274 TheCU.attachLexicalScopesAbstractOrigins(); in finalizeModuleInfo()
1277 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
1282 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
1284 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1294 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1296 TheCU.addString(TheCU.getUnitDie(), attrDWOName, DWOName); in finalizeModuleInfo()
1303 DIEHash(Asm, &TheCU).computeCUSignature(DWOName, TheCU.getUnitDie()); in finalizeModuleInfo()
1305 TheCU.setDWOId(ID); in finalizeModuleInfo()
[all …]
H A DDwarfDebug.h545 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,
689 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
700 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
H A DDebugLocEntry.h250 DwarfCompileUnit &TheCU);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp356 Mod ? Mod : TheCU); in getDeclContextDescriptor()
377 TheCU->getFile()); in getContextDescriptor()
551 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile()
552 CSInfo = TheCU->getFile()->getChecksum(); in getOrCreateFile()
558 FileName = TheCU->getFile()->getFilename(); in getOrCreateFile()
804 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit()
829 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
843 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
849 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0, in CreateType()
855 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0, in CreateType()
[all …]
H A DCGDebugInfo.h68 llvm::DICompileUnit *TheCU = nullptr; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h250 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument
251 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()