Home
last modified time | relevance | path

Searched defs:isLocal (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp294 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function in llvm::FileCollectorFileSystem
H A DVirtualFileSystem.cpp145 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in FileSystem
365 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in RealFileSystem
485 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in OverlayFileSystem
1190 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in llvm::vfs::InMemoryFileSystem
1359 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_, in isLocal() function in RedirectingFileSystem
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp221 bool isLocal = !GraphSymbol->isExternal(); addSingleRelocation() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h151 bool isLocal() const { return isClobber() || isDef(); } in isLocal() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h191 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } in isLocal() function
H A DRelocations.cpp165 static RelType getMipsPairType(RelType type, bool isLocal) { in getMipsPairType()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h465 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp129 bool isLocal(const NamedDecl *D) { in isLocal() function in __anone41a60470111::USRGenerator
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js7199 isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ), property
/freebsd/crypto/krb5/doc/html/_static/
H A Djquery.js9294 isLocal: rlocalProtocol.test( location.protocol ), property
/freebsd/contrib/sqlite3/
H A Dsqlite3.c24300 unsigned isLocal : 1; /* Time is known to be localtime */ member