Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1271 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 DCGDebugInfo.h65 llvm::DICompileUnit *TheCU = nullptr; variable
H A DCGDebugInfo.cpp1073 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 DDIE.h246 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp93 DICompileUnit *TheCU; member