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 47 HasLazyResolverStubs = false;
91 HasLazyResolverStubs = false;
133 HasLazyResolverStubs = true;
150 // We never have stubs if HasLazyResolverStubs=false or if in static mode.
151 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
PPCSubtarget.h 90 bool HasLazyResolverStubs;

Completed in 48 milliseconds