Searched refs:getJumpTableEntryAddress (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DJITCodeEmitter.h315 /// getJumpTableEntryAddress - Return the address of the jump table with index
318 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
H A DMachineCodeEmitter.h312 /// getJumpTableEntryAddress - Return the address of the jump table with index
315 virtual uintptr_t getJumpTableEntryAddress(unsigned Index) const = 0;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp434 virtual uintptr_t getJumpTableEntryAddress(unsigned Entry) const;
870 ResultPtr=(void*)getJumpTableEntryAddress(MR.getJumpTableIndex());
1220 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1223 uintptr_t JITEmitter::getJumpTableEntryAddress(unsigned Index) const { function in class:JITEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp471 DispVal += MCE.getJumpTableEntryAddress(Op3.getIndex());

Completed in 65 milliseconds