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

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 116 /// needsGOT - Allows a target to specify that it would like the
118 bool needsGOT() const { return useGOT; }
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 367 if (jit.getJITInfo().needsGOT()) {
    [all...]

Completed in 980 milliseconds