Searched refs:isLocal (Results 1 - 23 of 23) sorted by relevance

/openbsd-current/gnu/llvm/clang/utils/
H A DClangDataFormat.py49 def isLocal(self, srcmgr_path): member in class:SourceLocation
61 return "%s (offset: %d, %s, %s)" % (self.getPrint(srcmgr_path), self.offset(), "macro" if self.isMacro() else "file", "local" if self.isLocal(srcmgr_path) else "loaded")
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DUSRGeneration.cpp127 bool isLocal(const NamedDecl *D) { function in class:__anon683::USRGenerator
226 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
311 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
350 if (isLocal(D) && GenLoc(D, /*IncludeOffset=*/true))
502 ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
586 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
1034 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
1043 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
1052 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
/openbsd-current/gnu/llvm/lld/wasm/
H A DRelocations.cpp26 if (sym->isHidden() || sym->isLocal())
H A DSymbols.cpp204 bool Symbol::isLocal() const { function in class:lld::wasm::Symbol
228 if (!isDefined() || isLocal())
H A DSymbols.h78 bool isLocal() const;
H A DWriter.cpp734 if (sym->isLocal() && !isa<SectionSymbol>(sym) && sym->isLive())
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp294 std::error_code isLocal(const Twine &Path, bool &Result) override {
295 return FS->isLocal(Path, Result);
H A DVirtualFileSystem.cpp144 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { function in class:FileSystem
275 std::error_code isLocal(const Twine &Path, bool &Result) override;
352 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { function in class:RealFileSystem
464 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { function in class:OverlayFileSystem
467 return FS->isLocal(Path, Result);
1164 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) {
1333 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_,
1341 return ExternalFS->isLocal(Path, Result);
/openbsd-current/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 {
449 return FS->isLocal(Path, Result);
605 std::error_code isLocal(const Twine &Path, bool &Result) override;
1023 std::error_code isLocal(const Twine &Path, bool &Result) override;
/openbsd-current/gnu/llvm/lld/ELF/
H A DRelocations.cpp152 static RelType getMipsPairType(RelType type, bool isLocal) { argument
165 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE;
167 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE;
453 int64_t computeMipsAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
469 bool isLocal) const {
470 if (expr == R_MIPS_GOTREL && isLocal)
479 uint32_t pairTy = getMipsPairType(type, isLocal);
589 if (s->isLocal() && s->isDefined() && !s->getName().empty())
820 bool canBeExternal = !sym.isLocal() && sym.visibility() == STV_DEFAULT;
1383 addend += computeMipsAddend<ELFT>(rel, expr, sym.isLocal());
[all...]
H A DMapFile.cpp232 if (!d->isLocal() && (!d->section || d->section->isLive()))
H A DSymbols.h185 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } function in class:lld::elf::Symbol
H A DSymbols.cpp350 assert(!sym.isLocal() || sym.isPlaceholder());
H A DWriter.cpp608 if (sym.isLocal())
693 assert(b->isLocal() && "should have been caught in initializeSymbols()");
H A DSyntheticSections.cpp2122 [](const SymbolTableEntry &s) { return s.sym->isLocal(); });
2143 assert(this->type != SHT_DYNSYM || !b->isLocal());
/openbsd-current/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h151 bool isLocal() const { return isClobber() || isDef(); } function in class:llvm::MemDepResult
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp176 m_fs->isLocal(path, b);
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DMips.cpp165 if (s.isLocal())
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DLiveInterval.h518 bool isLocal(SlotIndex Start, SlotIndex End) const {
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp970 if (!Dep.isLocal())
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1139 assert(DepInfo.isLocal() && "expected a local dependence");
1294 if (!DepInfo.isLocal()) {
2031 if (!Dep.isLocal()) {
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1849 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1853 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
/openbsd-current/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5130 /// file: !1, line: 7, type: !2, isLocal: false,
5146 OPTIONAL(isLocal, MDBoolField, ); \
5170 : DISubprogram::toSPFlags(isLocal.Val, isDefinition.Val,
5344 /// file: !1, line: 7, type: !2, isLocal: false,
5355 OPTIONAL(isLocal, MDBoolField, ); \
5367 line.Val, type.Val, isLocal.Val, isDefinition.Val,

Completed in 412 milliseconds