Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstant.h240 NoRelocation = 0, enumerator
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp626 return getRelocationInfo() != NoRelocation; in needsRelocation()
652 return NoRelocation; in getRelocationInfo()
670 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()