Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp918 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument
922 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE()
923 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()
1097 auto &TheCU = *P.second; in finalizeModuleInfo() local
1098 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1102 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
1107 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
1109 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1115 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1116 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo()
[all …]
DDwarfDebug.h436 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,
569 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
579 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
590 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
DDebugLocEntry.h180 DwarfCompileUnit &TheCU);
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1090 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument
1094 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE()
1095 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()
1265 auto &TheCU = *P.second; in finalizeModuleInfo() local
1266 if (TheCU.getCUNode()->isDebugDirectivesOnly()) in finalizeModuleInfo()
1270 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
1275 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
1277 bool HasSplitUnit = SkCU && !TheCU.getUnitDie().children().empty(); in finalizeModuleInfo()
1283 finishUnitAttributes(TheCU.getCUNode(), TheCU); in finalizeModuleInfo()
1284 TheCU.addString(TheCU.getUnitDie(), attrDWOName, in finalizeModuleInfo()
[all …]
DDwarfDebug.h448 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU,
587 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
597 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
608 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
DDebugLocEntry.h180 DwarfCompileUnit &TheCU);
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp457 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE() argument
459 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope())) in constructAndAddImportedEntityDIE()
460 D->addChild(TheCU.constructImportedEntityDIE(N)); in constructAndAddImportedEntityDIE()
544 auto &TheCU = *P.second; in finalizeModuleInfo() local
547 TheCU.constructContainingTypeDIEs(); in finalizeModuleInfo()
552 auto *SkCU = TheCU.getSkeleton(); in finalizeModuleInfo()
555 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie()); in finalizeModuleInfo()
556 TheCU.addUInt(TheCU.getUnitDie(), dwarf::DW_AT_GNU_dwo_id, in finalizeModuleInfo()
581 DwarfCompileUnit &U = SkCU ? *SkCU : TheCU; in finalizeModuleInfo()
582 if (unsigned NumRanges = TheCU.getRanges().size()) { in finalizeModuleInfo()
[all …]
DDwarfDebug.h428 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
438 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp157 Mod ? Mod : TheCU); in getDeclContextDescriptor()
315 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateFile()
316 remapDIPath(TheCU->getDirectory())); in getOrCreateFile()
323 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateFile()
324 remapDIPath(TheCU->getDirectory())); in getOrCreateFile()
344 return DBuilder.createFile(remapDIPath(TheCU->getFilename()), in getOrCreateMainFile()
345 remapDIPath(TheCU->getDirectory())); in getOrCreateMainFile()
457 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit()
479 "objc_class", TheCU, in CreateType()
493 "objc_class", TheCU, in CreateType()
[all …]
DCGDebugInfo.h59 llvm::DICompileUnit *TheCU = nullptr; variable
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp203 Mod ? Mod : TheCU); in getDeclContextDescriptor()
224 TheCU->getFile()); in getContextDescriptor()
408 return TheCU->getFile(); in getOrCreateFile()
416 return TheCU->getFile(); in getOrCreateFile()
636 TheCU = DBuilder.createCompileUnit( in CreateCompileUnit()
665 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
679 "objc_class", TheCU, TheCU->getFile(), 0); in CreateType()
685 ObjTy = DBuilder.createStructType(TheCU, "objc_object", TheCU->getFile(), 0, in CreateType()
691 ObjTy, "isa", TheCU->getFile(), 0, Size, 0, 0, in CreateType()
698 "objc_selector", TheCU, in CreateType()
[all …]
DCGDebugInfo.h63 llvm::DICompileUnit *TheCU = nullptr; variable
/external/llvm/docs/tutorial/
DLangImpl09.rst190 DICompileUnit *TheCU;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
248 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
249 KSDbgInfo.TheCU.getDirectory());
339 Scope = TheCU;
400 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
401 KSDbgInfo.TheCU.getDirectory());
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp93 DICompileUnit *TheCU; member
835 Scope = TheCU; in emitLocation()
1241 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in codegen()
1242 KSDbgInfo.TheCU->getDirectory()); in codegen()
1432 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()
/external/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp93 DICompileUnit *TheCU; member
848 Scope = TheCU; in emitLocation()
1248 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU->getFilename(), in codegen()
1249 KSDbgInfo.TheCU->getDirectory()); in codegen()
1447 KSDbgInfo.TheCU = DBuilder->createCompileUnit( in main()
/external/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
DLangImpl09.rst190 DICompileUnit *TheCU;
210 KSDbgInfo.TheCU = DBuilder->createCompileUnit(
249 DIFile *Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(),
250 KSDbgInfo.TheCU.getDirectory());
340 Scope = TheCU;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument
242 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()
/external/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h240 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument
241 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()