OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpTableIndex
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineRelocation.h
305
///
getJumpTableIndex
- If this is a jump table reference, return
307
unsigned
getJumpTableIndex
() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.cpp
120
Addr = getJumpTableEntryAddress(MR.
getJumpTableIndex
());
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
248
return getJumpTableBaseAddr(MR->
getJumpTableIndex
());
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 867 milliseconds