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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1135 OutStreamer.EmitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()),
1207 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1997 /// GetJTSetSymbol - Return the symbol for the specified jump table .set
1999 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { function in class:AsmPrinter

Completed in 23 milliseconds