Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:ID

60 char AsmPrinter::ID = 0;
100 : MachineFunctionPass(ID),
126 /// getFunctionNumber - Return a unique ID for the current function.
1963 /// temporary label with the specified stem and unique ID.
1964 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name, unsigned ID) const {
1966 Name + Twine(ID));