Home
last modified time | relevance | path

Searched defs:TheCU (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1132 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
1306 auto &TheCU = *P.second; in finalizeModuleInfo() local
1536 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable()
1833 DbgEntity *DwarfDebug::createConcreteEntity(DwarfCompileUnit &TheCU, in createConcreteEntity()
1856 void DwarfDebug::collectEntityInfo(DwarfCompileUnit &TheCU, in collectEntityInfo()
2242 DwarfCompileUnit &TheCU = *CUMap.lookup(SP->getUnit()); in endFunctionImpl() local
2689 DwarfCompileUnit &TheCU) { in finalize()
3275 auto &TheCU = *P.second; in emitDebugMacinfoImpl() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h62 llvm::DICompileUnit *TheCU = nullptr; variable
H A DCGDebugInfo.cpp1014 static bool hasCXXMangling(const TagDecl *TD, llvm::DICompileUnit *TheCU) { in hasCXXMangling()
1049 llvm::DICompileUnit *TheCU) { in needsTypeIdentifier()
1067 llvm::DICompileUnit *TheCU) { in getTypeIdentifier()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp93 DICompileUnit *TheCU; member