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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 102 /// addLabelAddress - Add a dwarf label attribute data and value using
104 void addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
DwarfCompileUnit.cpp 28 /// addLabelAddress - Add a dwarf label attribute data and value using
31 void DwarfCompileUnit::addLabelAddress(DIE &Die, dwarf::Attribute Attribute,
286 addLabelAddress(D, dwarf::DW_AT_low_pc, Begin);
288 addLabelAddress(D, dwarf::DW_AT_high_pc, End);
    [all...]

Completed in 166 milliseconds