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.h247 NoRelocation = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp656 return getRelocationInfo() != NoRelocation; in needsRelocation()
682 return NoRelocation; in getRelocationInfo()
700 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()