OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCustomConstantPool
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
125
///
hasCustomConstantPool
- Allows a target to specify that constant
127
virtual bool
hasCustomConstantPool
() const { return false; }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h
83
///
hasCustomConstantPool
- Allows a target to specify that constant
85
virtual bool
hasCustomConstantPool
() const { return true; }
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
Completed in 219 milliseconds