Home
last modified time | relevance | path

Searched refs:LocalRelocation (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp209 case Constant::LocalRelocation: in getKindForGlobal()
248 case Constant::LocalRelocation: in getKindForGlobal()
/external/llvm/include/llvm/IR/
DConstant.h86 LocalRelocation = 1, enumerator
/external/llvm/lib/IR/
DConstants.cpp376 return LocalRelocation; // Local to this file/library. in getRelocationInfo()