Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h228 NoRelocation = 0, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp667 return getRelocationInfo() != NoRelocation; in needsRelocation()
693 return NoRelocation; in getRelocationInfo()
711 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()