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

  /external/chromium/chrome/browser/profiles/
profile_manager.h 120 struct ProfileInfo {
121 ProfileInfo(Profile* profile, bool created)
125 ~ProfileInfo() {}
135 DISALLOW_COPY_AND_ASSIGN(ProfileInfo);
144 // Registers profile with given info. Returns pointer to created ProfileInfo
146 ProfileInfo* RegisterProfile(Profile* profile, bool created);
155 // Maps profile path to ProfileInfo (if profile has been created). Use
157 typedef std::map<FilePath, linked_ptr<ProfileInfo> > ProfilesInfoMap;
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 1 //===- llvm/Analysis/ProfileInfo.h - Profile Info Interface -----*- C++ -*-===//
10 // This file defines the generic ProfileInfo interface, which is used as the
16 // ProfileInfo, which requires that they notify it when changes to the CFG are
52 /// ProfileInfo Class - This class holds and maintains profiling
93 llvm_unreachable("Invalid ProfileInfo::Edge");
172 dbgs() << "**** This is ProfileInfo " << this << " speaking:\n";
219 dbgs() << "**** ProfileInfo " << this << ", over and out.\n";
237 typedef ProfileInfoT<Function, BasicBlock> ProfileInfo;

Completed in 160 milliseconds