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

  /external/llvm/include/llvm/IR/
Constant.h 79 NoRelocation = 0,
89 /// NoRelocation: This constant pool entry is guaranteed to never have a
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 158 case Constant::NoRelocation:
231 case Constant::NoRelocation:
  /external/llvm/lib/IR/
Constants.cpp 328 /// NoRelocation: This constant pool entry is guaranteed to never have a
362 return NoRelocation;
365 PossibleRelocationsTy Result = NoRelocation;
    [all...]

Completed in 402 milliseconds