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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1091 /// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1095 TargetLowering::getPICJumpTableRelocBaseExpr(const MachineFunction *MF, function in class:TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1392 /// getPICJumpTableRelocBaseExpr - This returns the relocation base for the
1396 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, function in class:X86TargetLowering
1400 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);

Completed in 89 milliseconds