Searched defs:TheCU (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1271 auto &TheCU = *P.second; finalizeModuleInfo() local 1529 collectVariableInfoFromMFTable(DwarfCompileUnit & TheCU,DenseSet<InlinedEntity> & Processed) collectVariableInfoFromMFTable() argument 1850 createConcreteEntity(DwarfCompileUnit & TheCU,LexicalScope & Scope,const DINode * Node,const DILocation * Location,const MCSymbol * Sym) createConcreteEntity() argument 1873 collectEntityInfo(DwarfCompileUnit & TheCU,const DISubprogram * SP,DenseSet<InlinedEntity> & Processed) collectEntityInfo() argument 2279 DwarfCompileUnit &TheCU = getOrCreateDwarfCompileUnit(SP->getUnit()); endFunctionImpl() local 2734 finalize(const AsmPrinter & AP,DebugLocStream::ListBuilder & List,const DIBasicType * BT,DwarfCompileUnit & TheCU) finalize() argument 3305 auto &TheCU = *P.second; emitDebugMacinfoImpl() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 65 llvm::DICompileUnit *TheCU = nullptr; variable
|
H A D | CGDebugInfo.cpp | 1073 hasCXXMangling(const TagDecl * TD,llvm::DICompileUnit * TheCU) hasCXXMangling() argument 1108 needsTypeIdentifier(const TagDecl * TD,CodeGenModule & CGM,llvm::DICompileUnit * TheCU) needsTypeIdentifier() argument 1126 getTypeIdentifier(const TagType * Ty,CodeGenModule & CGM,llvm::DICompileUnit * TheCU) getTypeIdentifier() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 246 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 93 DICompileUnit *TheCU; member
|