HomeSort by relevance Sort by last modified time
    Searched full:needsgot (Results 1 - 3 of 3) 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/MC/
ELFObjectWriter.cpp 107 bool NeedsGOT;
158 NeedsGOT(false), NeedsSymtabShndx(false) {
757 NeedsGOT = true;
871 if (NeedsGOT) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 374 if (jit.getJITInfo().needsGOT()) {
    [all...]

Completed in 54 milliseconds