Home
last modified time | relevance | path

Searched refs:getJTISymbol (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h466 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp460 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx, in getJTISymbol() function in MachineFunction
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2091 return MF->getJTISymbol(JTID, OutContext, isLinkerPrivate); in GetJTISymbol()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp254 return MCSymbolRefExpr::Create(MF->getJTISymbol(JTI, Ctx), Ctx); in getPICJumpTableRelocBaseExpr()