Home
last modified time | relevance | path

Searched refs:GetInstance (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFileCache.h29 static FileCache &GetInstance();
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileCache.cpp19 FileCache &FileCache::GetInstance() { in GetInstance() function in FileCache
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp223 user_id_t fd_dst = FileCache::GetInstance().OpenFile( in GetFile()
244 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
259 !FileCache::GetInstance().CloseFile(fd_dst, error)) { in GetFile()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp680 return FileCache::GetInstance().OpenFile(file_spec, flags, mode, error); in OpenFile()
686 return FileCache::GetInstance().CloseFile(fd, error); in CloseFile()
703 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
713 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp331 unsigned MCContext::GetInstance(unsigned LocalLabelVal) { in GetInstance() function in MCContext
353 unsigned Instance = GetInstance(LocalLabelVal); in getDirectionalLocalSymbol()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h173 unsigned GetInstance(unsigned LocalLabelVal);