Searched refs:getJTISymbol (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineFunction.h | 413 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 597 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 741 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunction.cpp | 406 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx, in getJTISymbol() function in MachineFunction
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 537 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx, in getJTISymbol() function in MachineFunction
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 633 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx, in getJTISymbol() function in MachineFunction
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1852 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2374 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2694 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1095 return MCSymbolRefExpr::Create(MF->getJTISymbol(JTI, Ctx), Ctx); in getPICJumpTableRelocBaseExpr()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 312 return MCSymbolRefExpr::create(MF->getJTISymbol(JTI, Ctx), Ctx); in getPICJumpTableRelocBaseExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 317 return MCSymbolRefExpr::create(MF->getJTISymbol(JTI, Ctx), Ctx); in getPICJumpTableRelocBaseExpr()
|