Home
last modified time | relevance | path

Searched refs:isLocal (Results 1 – 25 of 25) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp127 bool isLocal(const NamedDecl *D) { in isLocal() function in __anona47ed2de0111::USRGenerator
226 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitFunctionDecl()
311 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitVarDecl()
350 if (isLocal(D) && GenLoc(D, /*IncludeOffset=*/true)) in VisitBindingDecl()
502 ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTagDecl()
586 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitTypedefDecl()
1034 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitUnresolvedUsingValueDecl()
1043 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitUnresolvedUsingTypenameDecl()
1052 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D))) in VisitConceptDecl()
/openbsd-src/gnu/llvm/clang/utils/
H A DClangDataFormat.py49 def isLocal(self, srcmgr_path): member in SourceLocation
61 …), self.offset(), "macro" if self.isMacro() else "file", "local" if self.isLocal(srcmgr_path) else…
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h306 virtual std::error_code isLocal(const Twine &Path, bool &Result);
385 std::error_code isLocal(const Twine &Path, bool &Result) override;
448 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function
449 return FS->isLocal(Path, Result); in isLocal()
605 std::error_code isLocal(const Twine &Path, bool &Result) override;
1023 std::error_code isLocal(const Twine &Path, bool &Result) override;
/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
295 return FS->isLocal(Path, Result); in isLocal()
H A DVirtualFileSystem.cpp144 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in FileSystem
275 std::error_code isLocal(const Twine &Path, bool &Result) override;
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
467 return FS->isLocal(Path, Result); in isLocal()
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
1341 return ExternalFS->isLocal(Path, Result); in isLocal()
/openbsd-src/gnu/llvm/lld/wasm/
H A DRelocations.cpp26 if (sym->isHidden() || sym->isLocal()) in requiresGOTAccess()
H A DSymbols.cpp204 bool Symbol::isLocal() const { in isLocal() function in lld::wasm::Symbol
228 if (!isDefined() || isLocal()) in isExported()
H A DSymbols.h78 bool isLocal() const;
H A DWriter.cpp734 if (sym->isLocal() && !isa<SectionSymbol>(sym) && sym->isLive()) in populateSymtab()
/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/ELF/
H A DMapFile.cpp232 if (!d->isLocal() && (!d->section || d->section->isLive())) in writeCref()
H A DSymbols.h185 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } in isLocal() function
H A DSymbols.cpp350 assert(!sym.isLocal() || sym.isPlaceholder()); in computeIsPreemptible()
H A DWriter.cpp608 if (sym.isLocal()) in markUsedLocalSymbolsImpl()
693 assert(b->isLocal() && "should have been caught in initializeSymbols()"); in copyLocalSymbols()
H A DSyntheticSections.cpp2122 [](const SymbolTableEntry &s) { return s.sym->isLocal(); }); in sortSymTabSymbols()
2143 assert(this->type != SHT_DYNSYM || !b->isLocal()); in addSymbol()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp176 m_fs->isLocal(path, b); in IsLocal()
/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/lld/ELF/Arch/
H A DMips.cpp165 if (s.isLocal()) in getRelExpr()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1139 assert(DepInfo.isLocal() && "expected a local dependence"); in AnalyzeLoadAvailability()
1294 if (!DepInfo.isLocal()) { in AnalyzeLoadAvailability()
2031 if (!Dep.isLocal()) { in processLoad()
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToUpdateDebugInfo.rst292 …m(name: "f", linkageName: "f", scope: null, file: !1, line: 1, type: !7, isLocal: false, isDefinit…
H A DSourceLevelDebugging.rst355 …!4 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 1, type: !5, isLocal: false, i…
397 isLocal: false, isDefinition: true, scopeLine: 1,
976 …!0 = distinct !DIGlobalVariable(name: "MyGlobal", scope: !1, file: !2, line: 1, type: !5, isLocal:…
1036 isLocal: false, isDefinition: true, scopeLine: 1,
H A DLangRef.rst5731 file: !3, line: 7, type: !4, isLocal: true,
5787 file: !2, line: 7, type: !3, isLocal: true,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp970 if (!Dep.isLocal()) in getNonLocalInfoForBlock()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1849 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) { in constrainLocalCopy()
1853 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) in constrainLocalCopy()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5146 OPTIONAL(isLocal, MDBoolField, ); \ in parseDISubprogram()
5170 : DISubprogram::toSPFlags(isLocal.Val, isDefinition.Val, in parseDISubprogram()
5355 OPTIONAL(isLocal, MDBoolField, ); \ in parseDIGlobalVariable()
5367 line.Val, type.Val, isLocal.Val, isDefinition.Val, in parseDIGlobalVariable()