Home
last modified time | relevance | path

Searched refs:isConstantPoolIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineRelocation.h246 bool isConstantPoolIndex() const { in isConstantPoolIndex() function
301 assert(isConstantPoolIndex() && "This is not a constant pool reference!"); in getConstantPoolIndex()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp865 } else if (MR.isConstantPoolIndex()) { in finishFunction()