OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCustomJumpTables
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
124
///
hasCustomJumpTables
- Allows a target to specify that jumptables
126
virtual bool
hasCustomJumpTables
() const { return false; }
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
86
///
hasCustomJumpTables
- Allows a target to specify that jumptables
88
bool
hasCustomJumpTables
() const override { return true; }
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 510 milliseconds