Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h228 NoRelocation = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp665 return getRelocationInfo() != NoRelocation; in needsRelocation()
691 return NoRelocation; in getRelocationInfo()
709 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()