Home
last modified time | relevance | path

Searched refs:GetAndPut (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Target/
H A DModuleCacheTest.cpp95 Status error = mc.GetAndPut( in TryGetAndPut()
126 TEST_F(ModuleCacheTest, GetAndPut) { in TEST_F() argument
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DModuleCache.h54 Status GetAndPut(const FileSpec &root_dir_spec, const char *hostname,
/llvm-project-15.0.7/lldb/source/Target/
H A DModuleCache.cpp269 Status ModuleCache::GetAndPut(const FileSpec &root_dir_spec, in GetAndPut() function in ModuleCache
H A DPlatform.cpp1589 auto error = m_module_cache->GetAndPut( in GetCachedSharedModule()