Home
last modified time | relevance | path

Searched refs:attachRangesOrLowHighPC (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h125 void attachRangesOrLowHighPC(DIE &D, SmallVector<RangeSpan, 2> Ranges);
127 void attachRangesOrLowHighPC(DIE &D,
DDwarfCompileUnit.cpp397 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in llvm::DwarfCompileUnit
406 void DwarfCompileUnit::attachRangesOrLowHighPC( in attachRangesOrLowHighPC() function in llvm::DwarfCompileUnit
413 attachRangesOrLowHighPC(Die, std::move(List)); in attachRangesOrLowHighPC()
431 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructInlinedScopeDIE()
457 attachRangesOrLowHighPC(*ScopeDIE, Scope->getRanges()); in constructLexicalScopeDIE()
DDwarfDebug.cpp590 U.attachRangesOrLowHighPC(U.getUnitDie(), TheCU.takeRanges()); in finalizeModuleInfo()