Searched defs:getPICJumpTableRelocBaseExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp247 /// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
251 TargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, function in class:TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1774 /// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1778 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, function in class:X86TargetLowering
1782 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);

Completed in 294 milliseconds