HomeSort by: relevance | last modified time | path
    Searched defs:TargetLibraryInfoWrapperPass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetLibraryInfo.cpp 1709 TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass()
1714 TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass(const Triple &T)
1719 TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass(
1728 INITIALIZE_PASS(TargetLibraryInfoWrapperPass, "targetlibinfo",
1730 char TargetLibraryInfoWrapperPass::ID = 0;
1732 void TargetLibraryInfoWrapperPass::anchor() {}
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 210 friend class TargetLibraryInfoWrapperPass;
447 class TargetLibraryInfoWrapperPass : public ImmutablePass {
455 TargetLibraryInfoWrapperPass();
456 explicit TargetLibraryInfoWrapperPass(const Triple &T);
457 explicit TargetLibraryInfoWrapperPass(const TargetLibraryInfoImpl &TLI);

Completed in 17 milliseconds