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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp126 bool isLocal(const NamedDecl *D) { function in class:__anon1946::USRGenerator
222 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
307 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
346 if (isLocal(D) && GenLoc(D, /*IncludeOffset=*/true))
498 ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
582 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
987 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
996 if (ShouldGenerateLocation(D) && GenLoc(D, /*IncludeOffset=*/isLocal(D)))
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp103 if (rel.sym && !rel.sym->isLocal())
321 static RelType getMipsPairType(RelType type, bool isLocal) { argument
334 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE;
336 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE;
616 bool isLocal) {
617 if (expr == R_MIPS_GOTREL && isLocal)
626 uint32_t pairTy = getMipsPairType(type, isLocal);
651 bool isLocal) {
665 addend += computeMipsAddend<ELFT>(rel, end, sec, expr, isLocal);
751 if (s->isLocal()
614 computeMipsAddend(const RelTy &rel, const RelTy *end, InputSectionBase &sec, RelExpr expr, bool isLocal) argument
649 computeAddend(const RelTy &rel, const RelTy *end, InputSectionBase &sec, RelExpr expr, bool isLocal) argument
[all...]
H A DMapFile.cpp241 if (!d->isLocal() && (!d->section || d->section->isLive()))
H A DWriter.cpp663 if (sym.isLocal())
722 bool isLocal = name.startswith(".L") || name.empty(); local
723 if (!isLocal)
734 if (!b.isLocal() && !b.isUsedInRegularObj)
766 assert(b->isLocal() && "should have been caught in initializeSymbols()");
1350 if (sym->isLocal())
H A DSymbols.h155 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } function in class:lld::elf::Symbol
H A DSymbols.cpp353 assert(!sym.isLocal());
H A DSyntheticSections.cpp2038 return s.sym->isLocal() || s.sym->computeBinding() == STB_LOCAL;
2060 assert(this->type != SHT_DYNSYM || !b->isLocal());
2062 bool hashIt = b->isLocal();
2128 if (sym->isLocal()) {
H A DInputSection.cpp1152 if (rel.sym->isLocal())
H A DDriver.cpp1507 if (!sym->isUndefined() && !sym->isLocal() && sym->file == file)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp264 std::error_code isLocal(const Twine &Path, bool &Result) override {
265 return FS->isLocal(Path, Result);
H A DVirtualFileSystem.cpp141 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { function in class:FileSystem
261 std::error_code isLocal(const Twine &Path, bool &Result) override;
334 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { function in class:RealFileSystem
435 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { function in class:OverlayFileSystem
438 return FS->isLocal(Path, Result);
981 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { function in class:llvm::vfs::InMemoryFileSystem
1094 std::error_code RedirectingFileSystem::isLocal(const Twine &Path, function in class:RedirectingFileSystem
1096 return ExternalFS->isLocal(Path, Result);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h283 virtual std::error_code isLocal(const Twine &Path, bool &Result);
340 std::error_code isLocal(const Twine &Path, bool &Result) override;
394 std::error_code isLocal(const Twine &Path, bool &Result) override {
395 return FS->isLocal(Path, Result);
492 std::error_code isLocal(const Twine &Path, bool &Result) override;
742 std::error_code isLocal(const Twine &Path, bool &Result) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp195 m_fs->isLocal(path, b);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h509 bool isLocal(SlotIndex Start, SlotIndex End) const {
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp167 if (s.isLocal())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1752 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
1756 if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4781 /// file: !1, line: 7, type: !2, isLocal: false,
4796 OPTIONAL(isLocal, MDBoolField, ); \
4818 : DISubprogram::toSPFlags(isLocal.Val, isDefinition.Val,
4989 /// file: !1, line: 7, type: !2, isLocal: false,
5000 OPTIONAL(isLocal, MDBoolField, ); \
5011 line.Val, type.Val, isLocal.Val, isDefinition.Val,
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js7199 isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
8088 return !this.isLocal && createStandardXHR() || createActiveXHR();
8219 if ( !status && s.isLocal && !s.crossDomain ) {

Completed in 418 milliseconds