Searched refs:GetInstance (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 29 static FileCache &GetInstance();
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 19 FileCache &FileCache::GetInstance() { in GetInstance() function in FileCache
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 223 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 D | Platform.cpp | 680 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 D | MCContext.cpp | 331 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 D | MCContext.h | 173 unsigned GetInstance(unsigned LocalLabelVal);
|