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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 114 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
DwarfCompileUnit.cpp 267 void DwarfCompileUnit::attachLowHighPC(DIE &D, const MCSymbol *Begin,
287 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
407 attachLowHighPC(Die, single.getStart(), single.getEnd());

Completed in 1910 milliseconds