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 134 void attachLowHighPC(DIE &D, const MCSymbol *Begin, const MCSymbol *End);
DwarfCompileUnit.cpp 279 void DwarfCompileUnit::attachLowHighPC(DIE &D, const MCSymbol *Begin,
299 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd());
420 attachLowHighPC(Die, single.getStart(), single.getEnd());
    [all...]

Completed in 50 milliseconds