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

  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 104 /// LibraryInfo - Specifies information about the runtime library for the
107 TargetLibraryInfo *LibraryInfo;
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 63 LibraryInfo = nullptr;
76 delete LibraryInfo;
116 // Add LibraryInfo if we have some.
117 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
151 // Add LibraryInfo if we have some.
152 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo));
  /external/clang/lib/CodeGen/
BackendUtil.cpp 297 PMBuilder.LibraryInfo = new TargetLibraryInfo(TargetTriple);
299 PMBuilder.LibraryInfo->disableAllFunctions();
494 // Add LibraryInfo.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 1892 milliseconds