Searched refs:GetJTSetSymbol (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 359 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 478 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 537 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1427 OutStreamer->EmitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()), in EmitJumpTableInfo() 1497 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()), in EmitJumpTableEntry() 2379 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() function in AsmPrinter
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1879 OutStreamer->EmitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()), in EmitJumpTableInfo() 1955 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()), in EmitJumpTableEntry() 2878 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() function in AsmPrinter
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2014 OutStreamer->emitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()), in emitJumpTableInfo() 2086 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()), in emitJumpTableEntry() 3020 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() function in AsmPrinter
|