OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpTableEntryAddress
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h
144
///
getJumpTableEntryAddress
- Return the address of the jump table with index
146
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const;
MachineCodeEmitter.h
309
///
getJumpTableEntryAddress
- Return the address of the jump table with index
312
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
JITCodeEmitter.h
314
///
getJumpTableEntryAddress
- Return the address of the jump table with index
317
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Index) const = 0;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ObjectCodeEmitter.cpp
119
///
getJumpTableEntryAddress
- Return the address of the jump table with index
121
uintptr_t ObjectCodeEmitter::
getJumpTableEntryAddress
(unsigned Index) const {
ELFCodeEmitter.cpp
120
Addr =
getJumpTableEntryAddress
(MR.getJumpTableIndex());
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
433
virtual uintptr_t
getJumpTableEntryAddress
(unsigned Entry) const;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp
461
DispVal += MCE.
getJumpTableEntryAddress
(Op3.getIndex());
[
all
...]
Completed in 428 milliseconds