HomeSort by relevance Sort by last modified time
    Searched refs:hasCustomConstantPool (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 120 /// hasCustomConstantPool - Allows a target to specify that constant
122 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...]

Completed in 695 milliseconds