Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp457 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
544 auto &TheCU = *P.second; in finalizeModuleInfo() local
928 void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, in collectVariableInfo()
1068 DwarfCompileUnit *TheCU = CUMap.lookup(SP->getUnit()); in beginFunction() local
1116 DwarfCompileUnit &TheCU = *CUMap.lookup(SP->getUnit()); in endFunction() local
1701 DwarfCompileUnit *TheCU = I.second; in emitDebugRanges() local
1776 auto &TheCU = *P.second; in emitDebugMacinfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp918 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
1097 auto &TheCU = *P.second; in finalizeModuleInfo() local
1309 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable()
1529 DbgEntity *DwarfDebug::createConcreteEntity(DwarfCompileUnit &TheCU, in createConcreteEntity()
1552 void DwarfDebug::collectEntityInfo(DwarfCompileUnit &TheCU, in collectEntityInfo()
1870 DwarfCompileUnit &TheCU = *CUMap.lookup(SP->getUnit()); in endFunctionImpl() local
2270 DwarfCompileUnit &TheCU) { in finalize()
2791 auto &TheCU = *P.second; in emitDebugMacinfoImpl() local
/external/clang/lib/CodeGen/
DCGDebugInfo.h59 llvm::DICompileUnit *TheCU = nullptr; variable
DCGDebugInfo.cpp671 static bool hasCXXMangling(const TagDecl *TD, llvm::DICompileUnit *TheCU) { in hasCXXMangling()
686 llvm::DICompileUnit *TheCU) { in getUniqueTagTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h241 explicit DIEBaseTypeRef(const DwarfCompileUnit *TheCU, uint64_t Idx) in DIEBaseTypeRef()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp93 DICompileUnit *TheCU; member