Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp249 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU, in constructLexicalScopeDIE()
295 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU, in constructInlinedScopeDIE()
375 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { in constructScopeDIE()
514 void DwarfDebug::constructSubprogramDIE(CompileUnit *TheCU, in constructSubprogramDIE()
663 DICompileUnit TheCU(CU_Nodes->getOperand(i)); in endModule() local
705 CompileUnit *TheCU = CUI->second; in endModule() local
1305 CompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); in endFunction() local
1597 CompileUnit *TheCU = I->second; in emitDebugInfo() local
1686 CompileUnit *TheCU = I->second; in emitDebugPubNames() local
1735 CompileUnit *TheCU = I->second; in emitDebugPubTypes() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h50 MDNode *TheCU; variable
/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/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/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp93 DICompileUnit *TheCU; member