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

  /external/llvm/include/llvm/IR/
Constant.h 85 NoRelocation = 0,
95 /// NoRelocation: This constant pool entry is guaranteed to never have a
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 173 case Constant::NoRelocation:
246 case Constant::NoRelocation:
  /external/llvm/lib/IR/
Constants.cpp 364 /// NoRelocation: This constant pool entry is guaranteed to never have a
398 return NoRelocation;
401 PossibleRelocationsTy Result = NoRelocation;
    [all...]

Completed in 144 milliseconds