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

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 92 HasLazyResolverStubs = false;
141 HasLazyResolverStubs = false;
191 HasLazyResolverStubs = true;
213 // We never have stubs if HasLazyResolverStubs=false or if in static mode.
214 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
PPCSubtarget.h 102 bool HasLazyResolverStubs;

Completed in 45 milliseconds