Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:GetTempSymbol

1379   MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1408 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1958 /// GetTempSymbol - Return the MCSymbol corresponding to the assembler
1960 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name, unsigned ID) const {
1965 /// GetTempSymbol - Return an assembler temporary label with the specified
1967 MCSymbol *AsmPrinter::GetTempSymbol(StringRef Name) const {