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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 292 unsigned getAddrPoolIndex(const MCExpr *Sym);
293 unsigned getAddrPoolIndex(const MCSymbol *Sym);
DwarfCompileUnit.cpp 200 unsigned idx = DU->getAddrPoolIndex(Label);
215 addUInt(Die, 0, dwarf::DW_FORM_GNU_addr_index, DU->getAddrPoolIndex(Sym));
    [all...]
DwarfDebug.cpp 267 unsigned DwarfUnits::getAddrPoolIndex(const MCSymbol *Sym) {
268 return getAddrPoolIndex(MCSymbolRefExpr::Create(Sym, Asm->OutContext));
271 unsigned DwarfUnits::getAddrPoolIndex(const MCExpr *Sym) {
    [all...]

Completed in 133 milliseconds