Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py49 def isLocal(self, srcmgr_path): member in SourceLocation
/openbsd-src/gnu/llvm/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.cpp144 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in FileSystem
352 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in RealFileSystem
464 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in OverlayFileSystem
1164 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in llvm::vfs::InMemoryFileSystem
1333 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_, in isLocal() function in RedirectingFileSystem
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h151 bool isLocal() const { return isClobber() || isDef(); } in isLocal() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp204 bool Symbol::isLocal() const { in isLocal() function in lld::wasm::Symbol
/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h185 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } in isLocal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h448 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp127 bool isLocal(const NamedDecl *D) { in isLocal() function in __anona47ed2de0111::USRGenerator