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

  /external/llvm/include/llvm/Support/
PassManagerBuilder.h 86 /// LibraryInfo - Specifies information about the runtime library for the
89 TargetLibraryInfo *LibraryInfo;
107 LibraryInfo = 0;
115 delete LibraryInfo;
145 // Add LibraryInfo if we have some.
146 if (LibraryInfo) FPM.add(new TargetLibraryInfo(*LibraryInfo));
169 // Add LibraryInfo if we have some.
170 if (LibraryInfo) MPM.add(new TargetLibraryInfo(*LibraryInfo));
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 143 PMBuilder.LibraryInfo = new TargetLibraryInfo(TargetTriple);
145 PMBuilder.LibraryInfo->disableAllFunctions();

Completed in 936 milliseconds