OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpTableEntryAddress
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
JITCodeEmitter.h
314
///
getJumpTableEntryAddress
- Return the address of the jump table with index
317
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
MachineCodeEmitter.h
311
///
getJumpTableEntryAddress
- Return the address of the jump table with index
314
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
419
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Entry) const;
854
ResultPtr=(void*)
getJumpTableEntryAddress
(MR.getJumpTableIndex());
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
474
DispVal += MCE.
getJumpTableEntryAddress
(Op3.getIndex());
[
all
...]
Completed in 82 milliseconds