OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCustomJumpTables
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
129
///
hasCustomJumpTables
- Allows a target to specify that jumptables
131
virtual bool
hasCustomJumpTables
() const { return false; }
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
87
///
hasCustomJumpTables
- Allows a target to specify that jumptables
89
virtual bool
hasCustomJumpTables
() const { return true; }
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
778
if (mpTJI->
hasCustomJumpTables
())
801
if (mpTJI->
hasCustomJumpTables
())
[
all
...]
Completed in 571 milliseconds