HomeSort by relevance Sort by last modified time
    Searched refs:NoRelocation (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/
Constant.h 72 NoRelocation = 0,
82 /// NoRelocation: This constant pool entry is guaranteed to never have a
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 164 case Constant::NoRelocation:
238 case Constant::NoRelocation:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 228 /// NoRelocation: This constant pool entry is guaranteed to never have a
262 return NoRelocation;
265 PossibleRelocationsTy Result = NoRelocation;
    [all...]

Completed in 122 milliseconds