Searched defs:DIELabel (Results 1 – 2 of 2) sorted by relevance
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel() function326 static bool classof(const DIELabel *) { return true; } in classof()
172 explicit DIELabel(const MCSymbol *L) : Label(L) {} in DIELabel() function