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

  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.h 117 bool LoadInfo(Directory::KernelLoadInfo* info);
directory_backing_store.cc 257 if (!LoadInfo(kernel_load_info))
581 bool DirectoryBackingStore::LoadInfo(Directory::KernelLoadInfo* info) {
    [all...]
directory_backing_store_unittest.cc     [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp 755 struct LoadInfo {
759 LoadInfo(SUnit *su, unsigned reg, unsigned ofs)
762 static bool LoadInfoLess(const LoadClusterMutation::LoadInfo &LHS,
763 const LoadClusterMutation::LoadInfo &RHS);
779 const LoadClusterMutation::LoadInfo &LHS,
780 const LoadClusterMutation::LoadInfo &RHS) {
788 SmallVector<LoadClusterMutation::LoadInfo,32> LoadRecords;
794 LoadRecords.push_back(LoadInfo(SU, BaseReg, Offset));
    [all...]

Completed in 1300 milliseconds