Searched refs:GetInstance (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTaskPool.cpp22 static TaskPoolImpl &GetInstance();
40 TaskPoolImpl &TaskPoolImpl::GetInstance() { function in class:lldb_private::TaskPoolImpl
46 TaskPoolImpl::GetInstance().AddTask(std::move(task_fn));
H A DFileCache.cpp19 FileCache &FileCache::GetInstance() { function in class:FileCache
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h29 static FileCache &GetInstance();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp67 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error);
75 return FileCache::GetInstance().CloseFile(fd, error);
85 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error);
95 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp363 user_id_t fd_dst = FileCache::GetInstance().OpenFile(
384 if (FileCache::GetInstance().WriteFile(fd_dst, offset,
399 !FileCache::GetInstance().CloseFile(fd_dst, error)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp237 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { function in class:MCContext
259 unsigned Instance = GetInstance(LocalLabelVal);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h128 /// GetInstance() gets the current instance of the directional local label
130 unsigned GetInstance(unsigned LocalLabelVal);

Completed in 221 milliseconds