Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp453 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU, in constructAndAddImportedEntityDIE()
540 auto *TheCU = cast<DICompileUnit>(N); in collectDeadVariables() local
567 auto &TheCU = *P.second; in finalizeModuleInfo() local
906 void DwarfDebug::collectVariableInfo(DwarfCompileUnit &TheCU, in collectVariableInfo()
1130 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); in beginFunction() local
1209 DwarfCompileUnit &TheCU = *SPMap.lookup(SP); in endFunction() local
1805 DwarfCompileUnit *TheCU = I.second; in emitDebugRanges() local
/external/clang/lib/CodeGen/
DCGDebugInfo.h58 llvm::DICompileUnit *TheCU = nullptr; variable
DCGDebugInfo.cpp641 static bool hasCXXMangling(const TagDecl *TD, llvm::DICompileUnit *TheCU) { in hasCXXMangling()
656 llvm::DICompileUnit *TheCU) { in getUniqueTagTypeName()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp92 DICompileUnit *TheCU; member