Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstant.h244 GlobalRelocation = 2, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstants.cpp614 return getRelocationInfo() == GlobalRelocation; in needsDynamicRelocation()
623 return GlobalRelocation; // Global reference. in getRelocationInfo()