Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h236 NoRelocation = 0, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp618 return getRelocationInfo() != NoRelocation; in needsRelocation()
644 return NoRelocation; in getRelocationInfo()
662 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()