Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h245 NoRelocation = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp639 return getRelocationInfo() != NoRelocation; in needsRelocation()
665 return NoRelocation; in getRelocationInfo()
683 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()