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

  /art/test/117-nopatchoat/src/
Main.java 25 boolean executable_correct = (needsRelocation() ?
52 private native static boolean needsRelocation();
  /art/test/117-nopatchoat/
nopatchoat.cc 49 static bool needsRelocation(jclass cls) {
71 return NoPatchoatTest::needsRelocation(cls);
  /external/llvm/lib/Target/PowerPC/
PPCTargetObjectFile.cpp 45 if (GVar && GVar->isConstant() && GVar->getInitializer()->needsRelocation())
  /external/llvm/include/llvm/IR/
Constant.h 94 bool needsRelocation() const;
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 106 bool needsRelocation() const;
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 172 if (!C->needsRelocation()) {
232 if (C->needsRelocation())
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 830 bool MachineConstantPoolEntry::needsRelocation() const {
833 return Val.ConstVal->needsRelocation();
838 if (needsRelocation())
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 433 bool Constant::needsRelocation() const {
438 return BA->getFunction()->needsRelocation();
459 Result |= cast<Constant>(getOperand(i))->needsRelocation();
    [all...]

Completed in 1063 milliseconds