Home
last modified time | relevance | path

Searched refs:attachLowHighPC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h161 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
H A DDwarfCompileUnit.cpp315 void DwarfCompileUnit::attachLowHighPC(DIE &D, const MCSymbol *Begin, in attachLowHighPC() function in DwarfCompileUnit
335 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
458 attachLowHighPC(Die, Front.getStart(), Back.getEnd()); in attachRangesOrLowHighPC()