Searched defs:TargetLibraryInfo (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/Analysis/ | ||
H A D | TargetLibraryInfo.h | 1 //===-- TargetLibraryInfo.h - Library information ---------------*- C++ -*-===// 46 #include "llvm/Analysis/TargetLibraryInfo.def" 57 /// TargetLibraryInfo wrapper below. 59 friend class TargetLibraryInfo; 180 class TargetLibraryInfo { class in namespace:llvm 187 explicit TargetLibraryInfo(const TargetLibraryInfoImpl &Impl) : Impl(&Impl) {} function in class:llvm::TargetLibraryInfo 190 TargetLibraryInfo(const TargetLibraryInfo &TLI) : Impl(TLI.Impl) {} function in class:llvm::TargetLibraryInfo 191 TargetLibraryInfo(TargetLibraryInfo function in class:llvm::TargetLibraryInfo [all...] |
Completed in 57 milliseconds