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