Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h117 bool Readable(const FileSpec &file_spec) const;
118 bool Readable(const llvm::Twine &path) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp143 bool FileSystem::Readable(const Twine &path) const { in Readable() function in FileSystem
147 bool FileSystem::Readable(const FileSpec &file_spec) const { in Readable() function in FileSystem
148 return file_spec && Readable(file_spec.GetPath()); in Readable()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp199 if (!fs.Readable(pathTwine)) { in ReadCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h687 bool Readable; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td671 bit Readable = ?;
679 let Readable = 1;
686 let Readable = 1;
693 let Readable = 0;
H A DAArch64ISelDAGToDAG.cpp3966 if (TheReg && TheReg->Readable && in tryReadRegister()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp782 if (!FileSystem::Instance().Readable(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1866 return (Reg && (Read ? Reg->Readable : Reg->Writeable) && in lookupSysReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4089 MRSReg = SysReg->Readable ? SysReg->Encoding : -1; in tryParseSysReg()