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

  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 110 /// LibraryInfo - Specifies information about the runtime library for the
113 TargetLibraryInfoImpl *LibraryInfo;
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 110 LibraryInfo = nullptr;
128 delete LibraryInfo;
171 // Add LibraryInfo if we have some.
172 if (LibraryInfo)
173 FPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
212 // Add LibraryInfo if we have some.
213 if (LibraryInfo)
214 MPM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
607 if (LibraryInfo)
608 PM.add(new TargetLibraryInfoWrapperPass(*LibraryInfo));
    [all...]
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 482 PMB.LibraryInfo = new TargetLibraryInfoImpl(TargetTriple);
  /external/clang/lib/CodeGen/
BackendUtil.cpp 292 PMBuilder.LibraryInfo = createTLII(TargetTriple, CodeGenOpts);
593 // Add LibraryInfo.
  /external/llvm/tools/gold/
gold-plugin.cpp 741 PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM.getTargetTriple()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 630 milliseconds