Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1271 auto &TheCU = *P.second; in 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
2733 finalize(const AsmPrinter & AP,DebugLocStream::ListBuilder & List,const DIBasicType * BT,DwarfCompileUnit & TheCU) finalize() argument
3319 auto &TheCU = *P.second; emitDebugMacinfoImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h62 llvm::DICompileUnit *TheCU = nullptr; global() variable
H A DCGDebugInfo.cpp1054 hasCXXMangling(const TagDecl * TD,llvm::DICompileUnit * TheCU) hasCXXMangling() argument
1089 needsTypeIdentifier(const TagDecl * TD,CodeGenModule & CGM,llvm::DICompileUnit * TheCU) needsTypeIdentifier() argument
1107 getTypeIdentifier(const TagType * Ty,CodeGenModule & CGM,llvm::DICompileUnit * TheCU) getTypeIdentifier() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h246 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()