Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/utils/
DClangDataFormat.py49 def isLocal(self, srcmgr_path): member in SourceLocation
/openbsd/src/gnu/llvm/llvm/lib/Support/
DFileCollector.cpp294 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function in llvm::FileCollectorFileSystem
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/
DMemoryDependenceAnalysis.h151 bool isLocal() const { return isClobber() || isDef(); } in isLocal() function
/openbsd/src/gnu/llvm/lld/wasm/
DSymbols.cpp204 bool Symbol::isLocal() const { in isLocal() function in lld::wasm::Symbol
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
/openbsd/src/gnu/llvm/lld/ELF/
DSymbols.h185 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } in isLocal() function
DRelocations.cpp152 static RelType getMipsPairType(RelType type, bool isLocal) { in getMipsPairType()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DVirtualFileSystem.h448 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function
/openbsd/src/gnu/llvm/clang/lib/Index/
DUSRGeneration.cpp127 bool isLocal(const NamedDecl *D) { in isLocal() function in __anon1c7cc9c30111::USRGenerator