Searched defs:Load (Results 1 – 8 of 8) sorted by relevance
32 bool Load(const std::string& strFile) { in Load() function
127 } else if (auto Load = llvm::dyn_cast<llvm::LoadInst>(Inst)) { in markInvariantUserLoads() local
104 LoadInst *Load = new LoadInst(MergedGV, "", InsertBefore); in runOnModule() local197 LoadInst *Load = LLVMIRBuilder.CreateLoad(MergedGV); in CreateInitFunction() local
118 std::unique_ptr<const LoadedIdmap> LoadedIdmap::Load(const StringPiece& idmap_data) { in Load() function in android::LoadedIdmap
46 std::unique_ptr<const ApkAssets> ApkAssets::Load(const std::string& path, bool system) { in Load() function in android::ApkAssets
369 std::unique_ptr<const LoadedPackage> LoadedPackage::Load(const Chunk& chunk, in Load() function in android::LoadedPackage653 std::unique_ptr<const LoadedArsc> LoadedArsc::Load(const StringPiece& data, in Load() function in android::LoadedArsc
33 void CpuSetManager::Load(const std::string& cpuset_root) { in Load() function in android::dvr::CpuSetManager
137 void Progress::Load() { in Load() function in Progress