Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GetTempSymbol

1306   MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1335 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1740 /// GetTempSymbol - Return the MCSymbol corresponding to the assembler
1742 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name, unsigned ID) const {
1747 /// GetTempSymbol - Return an assembler temporary label with the specified
1749 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name) const {