Searched refs:TheCU (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp361 void DwarfDebug::addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE, argument
370 TheCU.addSectionDelta(ScopeDIE, dwarf::DW_AT_ranges, RangeSym,
373 addSectionLabel(*Asm, TheCU, ScopeDIE, dwarf::DW_AT_ranges, RangeSym,
383 TheCU.addRangeList(std::move(List));
386 void DwarfDebug::attachRangesOrLowHighPC(DwarfCompileUnit &TheCU, DIE &Die, argument
390 attachLowHighPC(TheCU, Die, getLabelBeforeInsn(Ranges.front().first),
393 addScopeRangeList(TheCU, Die, Ranges);
399 DwarfDebug::constructLexicalScopeDIE(DwarfCompileUnit &TheCU, argument
408 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
416 DwarfDebug::constructInlinedScopeDIE(DwarfCompileUnit &TheCU, argument
446 constructVariableDIE(DwarfCompileUnit &TheCU, DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) argument
456 createScopeChildrenDIE( DwarfCompileUnit &TheCU, LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &Children) argument
488 createAndAddScopeChildren(DwarfCompileUnit &TheCU, LexicalScope *Scope, DIE &ScopeDIE) argument
500 constructAbstractSubprogramScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
539 constructSubprogramScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
558 constructScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
684 constructImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N) argument
692 constructImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N, DIE &Context) argument
699 constructImportedEntityDIE(DwarfCompileUnit &TheCU, const DIImportedEntity &Module, DIE &Context) argument
1193 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); local
1447 DwarfCompileUnit *TheCU = SPMap.lookup(FnScope->getScopeNode()); local
1567 DwarfCompileUnit &TheCU = *SPMap.lookup(FnScope->getScopeNode()); local
2239 DwarfCompileUnit *TheCU = I.second; local
[all...]
H A DDwarfDebug.h365 void addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE,
370 std::unique_ptr<DIE> constructLexicalScopeDIE(DwarfCompileUnit &TheCU,
375 std::unique_ptr<DIE> constructInlinedScopeDIE(DwarfCompileUnit &TheCU,
379 std::unique_ptr<DIE> constructScopeDIE(DwarfCompileUnit &TheCU,
381 void createAndAddScopeChildren(DwarfCompileUnit &TheCU, LexicalScope *Scope,
384 void constructAbstractSubprogramScopeDIE(DwarfCompileUnit &TheCU,
387 DIE &constructSubprogramScopeDIE(DwarfCompileUnit &TheCU,
390 DIE *createScopeChildrenDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope,
510 void constructImportedEntityDIE(DwarfCompileUnit &TheCU, const MDNode *N);
513 void constructImportedEntityDIE(DwarfCompileUnit &TheCU, cons
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp141 return TheCU;
158 return TheCU;
248 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
255 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
276 return DBuilder.createFile(TheCU.getFilename(), TheCU.getDirectory());
374 // FIXME - Eliminate TheCU.
375 TheCU
584 getUniqueTagTypeName(const TagType *Ty, CodeGenModule &CGM, llvm::DICompileUnit TheCU) argument
[all...]
H A DCGDebugInfo.h55 llvm::DICompileUnit TheCU; member in class:clang::CodeGen::CGDebugInfo

Completed in 108 milliseconds