Searched defs:getAddrPoolIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp267 unsigned DwarfUnits::getAddrPoolIndex(const MCSymbol *Sym) { function in class:DwarfUnits
268 return getAddrPoolIndex(MCSymbolRefExpr::Create(Sym, Asm->OutContext));
271 unsigned DwarfUnits::getAddrPoolIndex(const MCExpr *Sym) { function in class:DwarfUnits

Completed in 30 milliseconds