Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h240 NoRelocation = 0, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp624 return getRelocationInfo() != NoRelocation; in needsRelocation()
650 return NoRelocation; in getRelocationInfo()
668 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()