Searched refs:GetJTSetSymbol (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | AsmPrinter.h | 305 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 359 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 447 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1093 OutStreamer.EmitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()), in EmitJumpTableInfo() 1156 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()), in EmitJumpTableEntry() 1857 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() function in AsmPrinter
|
/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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1730 OutStreamer->EmitAssignment(GetJTSetSymbol(JTI, MBB->getNumber()), in EmitJumpTableInfo() 1800 Value = MCSymbolRefExpr::create(GetJTSetSymbol(UID, MBB->getNumber()), in EmitJumpTableEntry() 2699 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol() function in AsmPrinter
|