/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 918 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 …]
|
D | DwarfDebug.h | 436 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU, 569 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, 579 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP, 590 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
|
D | DebugLocEntry.h | 180 DwarfCompileUnit &TheCU);
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1090 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 …]
|
D | DwarfDebug.h | 448 DbgEntity *createConcreteEntity(DwarfCompileUnit &TheCU, 587 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, 597 void collectEntityInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP, 608 void collectVariableInfoFromMFTable(DwarfCompileUnit &TheCU,
|
D | DebugLocEntry.h | 180 DwarfCompileUnit &TheCU);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 457 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 …]
|
D | DwarfDebug.h | 428 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, 438 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 157 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 …]
|
D | CGDebugInfo.h | 59 llvm::DICompileUnit *TheCU = nullptr; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 203 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 …]
|
D | CGDebugInfo.h | 63 llvm::DICompileUnit *TheCU = nullptr; variable
|
/external/llvm/docs/tutorial/ |
D | LangImpl09.rst | 190 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/ |
D | toy.cpp | 93 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/ |
D | toy.cpp | 93 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/ |
D | LangImpl09.rst | 190 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/ |
D | DIE.h | 241 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/ |
D | DIE.h | 240 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef() argument 241 : CU(TheCU), Index(Idx) {} in DIEBaseTypeRef()
|