OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCustomConstantPool
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
125
///
hasCustomConstantPool
- Allows a target to specify that constant
127
virtual bool
hasCustomConstantPool
() const { return false; }
/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/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
732
if (mpTJI->
hasCustomConstantPool
())
736
// (TargetJITInfo::
hasCustomConstantPool
() returns true).
[
all
...]
Completed in 58 milliseconds