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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1470 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
1499 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++);
2056 /// GetTempSymbol - Return the MCSymbol corresponding to the assembler
2058 MCSymbol *AsmPrinter::GetTempSymbol(Twine Name, unsigned ID) const { function in class:AsmPrinter
2064 /// GetTempSymbol - Return an assembler temporary label with the specified
2066 MCSymbol *AsmPrinter::GetTempSymbol(Twine Name) const { function in class:AsmPrinter

Completed in 1187 milliseconds