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

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

Completed in 40 milliseconds