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

  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 1 //===-- TargetLibraryInfo.cpp - Runtime library information ----------------==//
10 // This file implements the TargetLibraryInfo class.
14 #include "llvm/Target/TargetLibraryInfo.h"
19 INITIALIZE_PASS(TargetLibraryInfo, "targetlibinfo",
21 char TargetLibraryInfo::ID = 0;
26 static void initialize(TargetLibraryInfo &TLI, const Triple &T) {
50 TargetLibraryInfo::TargetLibraryInfo() : ImmutablePass(ID) {
57 TargetLibraryInfo::TargetLibraryInfo(const Triple &T) : ImmutablePass(ID)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 1 //===-- llvm/Target/TargetLibraryInfo.h - Library information ---*- C++ -*-===//
45 /// TargetLibraryInfo - This immutable pass captures information about what
48 class TargetLibraryInfo : public ImmutablePass {
52 TargetLibraryInfo();
53 TargetLibraryInfo(const Triple &T);
54 explicit TargetLibraryInfo(const TargetLibraryInfo &TLI);
62 /// setUnavailable - this can be used by whatever sets up TargetLibraryInfo to

Completed in 27 milliseconds