OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJumpTableIndex
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
250
///
isJumpTableIndex
- Return true if this is a jump table reference.
252
bool
isJumpTableIndex
() const {
308
assert(
isJumpTableIndex
() && "This is not a jump table reference!");
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
858
assert(MR.
isJumpTableIndex
());
[
all
...]
Completed in 61 milliseconds