OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasCustomConstantPool
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
83
///
hasCustomConstantPool
- Allows a target to specify that constant
85
virtual bool
hasCustomConstantPool
() const { return true; }
/external/llvm/include/llvm/Target/
TargetJITInfo.h
120
///
hasCustomConstantPool
- Allows a target to specify that constant
122
virtual bool
hasCustomConstantPool
() const { return false; }
Completed in 194 milliseconds