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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h488 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1948 OutStreamer->emitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()),
2020 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()),
2927 /// GetJTSetSymbol - Return the symbol for the specified jump table .set
2929 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { function in class:AsmPrinter

Completed in 61 milliseconds