Home
last modified time | relevance | path

Searched refs:Readable (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h105 bool Readable(const FileSpec &file_spec) const;
106 bool Readable(const llvm::Twine &path) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp138 bool FileSystem::Readable(const Twine &path) const { in Readable() function in FileSystem
142 bool FileSystem::Readable(const FileSpec &file_spec) const { in Readable() function in FileSystem
143 return Readable(file_spec.GetPath()); in Readable()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h483 bool Readable; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp142 if (FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td524 bit Readable = ?;
532 let Readable = 1;
539 let Readable = 1;
546 let Readable = 0;
H A DAArch64ISelDAGToDAG.cpp2639 if (TheReg && TheReg->Readable && in tryReadRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp238 if (FileSystem::Instance().Readable( in ResolveExecutable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp280 if (!FileSystem::Instance().Readable(core_file)) { in DoExecute()
292 if (!FileSystem::Instance().Readable(symfile)) { in DoExecute()
407 if (!FileSystem::Instance().Readable(core_file)) { in DoExecute()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp1402 if (Reg && Reg->Readable && Reg->haveFeatures(STI.getFeatureBits())) in printMRSSystemRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2530 if (!FileSystem::Instance().Readable(file)) { in LoadAllocation()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3052 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()