Searched refs:NoRelocation (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DConstant.h79 NoRelocation = 0, enumerator in enum:llvm::Constant::PossibleRelocationsTy
89 /// NoRelocation: This constant pool entry is guaranteed to never have a
/freebsd-9.3-release/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp168 case Constant::NoRelocation:
241 case Constant::NoRelocation:
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DConstants.cpp328 /// NoRelocation: This constant pool entry is guaranteed to never have a
362 return NoRelocation;
365 PossibleRelocationsTy Result = NoRelocation;

Completed in 113 milliseconds