Home
last modified time | relevance | path

Searched refs:hasCustomConstantPool (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Target/
DTargetJITInfo.h122 virtual bool hasCustomConstantPool() const { return false; } in hasCustomConstantPool() function
/external/llvm/lib/Target/ARM/
DARMJITInfo.h85 virtual bool hasCustomConstantPool() const { return true; } in hasCustomConstantPool() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1055 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()