Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp174 case Constant::NoRelocation: in getKindForGlobal()
248 case Constant::NoRelocation: in getKindForGlobal()
/external/llvm/include/llvm/IR/
DConstant.h93 NoRelocation = 0, enumerator
/external/llvm/lib/CodeGen/
DMachineFunction.cpp840 case Constant::NoRelocation: in getSectionKind()
/external/llvm/lib/IR/
DConstants.cpp443 return NoRelocation; in getRelocationInfo()
446 PossibleRelocationsTy Result = NoRelocation; in getRelocationInfo()