HomeSort by relevance Sort by last modified time
    Searched defs:TheCU (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.h 55 llvm::DICompileUnit TheCU;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 361 void DwarfDebug::addScopeRangeList(DwarfCompileUnit &TheCU, DIE &ScopeDIE,
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,
390 attachLowHighPC(TheCU, Die, getLabelBeforeInsn(Ranges.front().first),
393 addScopeRangeList(TheCU, Die, Ranges);
399 DwarfDebug::constructLexicalScopeDIE(DwarfCompileUnit &TheCU,
408 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
416 DwarfDebug::constructInlinedScopeDIE(DwarfCompileUnit &TheCU,
    [all...]

Completed in 300 milliseconds