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
315
///
getJumpTableEntryAddress
- Return the address of the jump table with index
318
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
MachineCodeEmitter.h
312
///
getJumpTableEntryAddress
- Return the address of the jump table with index
315
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
429
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Entry) const;
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
461
DispVal += MCE.
getJumpTableEntryAddress
(Op3.getIndex());
[
all
...]
Completed in 65 milliseconds