| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 127 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 D | ClangDataFormat.py | 49 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 D | VirtualFileSystem.h | 306 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 D | FileCollector.cpp | 294 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 D | VirtualFileSystem.cpp | 144 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 D | Relocations.cpp | 26 if (sym->isHidden() || sym->isLocal()) in requiresGOTAccess()
|
| H A D | Symbols.cpp | 204 bool Symbol::isLocal() const { in isLocal() function in lld::wasm::Symbol 228 if (!isDefined() || isLocal()) in isExported()
|
| H A D | Symbols.h | 78 bool isLocal() const;
|
| H A D | Writer.cpp | 734 if (sym->isLocal() && !isa<SectionSymbol>(sym) && sym->isLive()) in populateSymtab()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 151 bool isLocal() const { return isClobber() || isDef(); } in isLocal() function
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | MapFile.cpp | 232 if (!d->isLocal() && (!d->section || d->section->isLive())) in writeCref()
|
| H A D | Symbols.h | 185 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } in isLocal() function
|
| H A D | Symbols.cpp | 350 assert(!sym.isLocal() || sym.isPlaceholder()); in computeIsPreemptible()
|
| H A D | Writer.cpp | 608 if (sym.isLocal()) in markUsedLocalSymbolsImpl() 693 assert(b->isLocal() && "should have been caught in initializeSymbols()"); in copyLocalSymbols()
|
| H A D | SyntheticSections.cpp | 2122 [](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 D | FileSystem.cpp | 176 m_fs->isLocal(path, b); in IsLocal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | Mips.cpp | 165 if (s.isLocal()) in getRelExpr()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1139 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 D | HowToUpdateDebugInfo.rst | 292 …m(name: "f", linkageName: "f", scope: null, file: !1, line: 1, type: !7, isLocal: false, isDefinit…
|
| H A D | SourceLevelDebugging.rst | 355 …!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 D | LangRef.rst | 5731 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 D | MemoryDependenceAnalysis.cpp | 970 if (!Dep.isLocal()) in getNonLocalInfoForBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineScheduler.cpp | 1849 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) { in constrainLocalCopy() 1853 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) in constrainLocalCopy()
|
| /openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5146 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()
|