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

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRelocation.h244 /// isConstantPoolIndex - Return true if this is a constant pool reference.
246 bool isConstantPoolIndex() const { function in class:llvm::MachineRelocation
301 assert(isConstantPoolIndex() && "This is not a constant pool reference!");
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp860 } else if (MR.isConstantPoolIndex()) {

Completed in 62 milliseconds