Home
last modified time | relevance | path

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

12345678

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp364 m_set.globals.Find(basename, offsets); in GetGlobalVariables()
370 m_set.globals.Find(regex, offsets); in GetGlobalVariables()
389 m_set.types.Find(class_name, offsets); in GetCompleteObjCClass()
394 m_set.types.Find(name, offsets); in GetTypes()
405 m_set.namespaces.Find(name, offsets); in GetNamespaces()
416 m_set.function_basenames.Find(name, offsets); in GetFunctions()
417 m_set.function_methods.Find(name, offsets); in GetFunctions()
418 m_set.function_fullnames.Find(name, offsets); in GetFunctions()
442 m_set.function_methods.Find(name, offsets); in GetFunctions()
464 m_set.function_basenames.Find(regex, offsets); in GetFunctions()
[all …]
H A DUniqueDWARFASTType.h70 bool Find(const DWARFDIE &die, const lldb_private::Declaration &decl,
89 bool Find(const lldb_private::ConstString &name, const DWARFDIE &die, in Find() function
95 return pos->second.Find(die, decl, byte_size, entry); in Find()
H A DNameToDIE.h36 size_t Find(const lldb_private::ConstString &name,
39 size_t Find(const lldb_private::RegularExpression &regex,
H A DNameToDIE.cpp33 size_t NameToDIE::Find(const ConstString &name, DIEArray &info_array) const { in Find() function in NameToDIE
37 size_t NameToDIE::Find(const RegularExpression &regex, in Find() function in NameToDIE
H A DUniqueDWARFASTType.cpp14 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, in Find() function in UniqueDWARFASTTypeList
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc148 CaseFile *caseFile(CaseFile::Find(physPath)); in Process()
238 CaseFile *caseFile(CaseFile::Find(vdev.PoolGUID(), in OnlineByLabel()
303 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID())); in Process()
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process()
411 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID())); in ProcessPoolEvent()
H A Dcase_file.h99 static CaseFile *Find(DevdCtl::Guid poolGUID, DevdCtl::Guid vdevGUID);
110 static CaseFile *Find(const string &physPath);
H A Dcase_file.cc100 CaseFile::Find(Guid poolGUID, Guid vdevGUID) in Find() function in CaseFile
119 CaseFile::Find(const string &physPath) in Find() function in CaseFile
159 activeCase = Find(vdev.PoolGUID(), vdev.GUID()); in Create()
724 existingCaseFile = Find(Guid(poolGUID), Guid(vdevGUID)); in DeSerializeFile()
745 .Find(vdevGUID)) == NULL) { in DeSerializeFile()
958 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) { in OnGracePeriodEnded()
1165 return (VdevIterator(zhp).Find(VdevGUID())); in CaseVdev()
H A Dvdev_iterator.h107 nvlist_t *Find(DevdCtl::Guid vdevGUID);
H A Dvdev_iterator.cc150 VdevIterator::Find(Guid vdevGUID) in Find() function in VdevIterator
/freebsd-12.1/contrib/llvm/lib/MC/
H A DSubtargetFeature.cpp74 static const SubtargetFeatureKV *Find(StringRef S, in Find() function
158 Find(StripFlag(Feature), FeatureTable); in ToggleFeature()
183 Find(StripFlag(Feature), FeatureTable); in ApplyFeatureFlag()
224 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable); in getFeatureBits()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDynamicLibrary.cpp43 HandleList::iterator Find(void *Handle) { in Find() function in DynamicLibrary::HandleSet
48 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
57 if (Find(Handle) != Handles.end()) { in AddLibrary()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DHexagon.cpp289 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs() local
301 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o"); in constructHexagonLinkArgs()
304 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o"); in constructHexagonLinkArgs()
308 ? Find(RootDir, StartSubDir + "/pic", "/initS.o") in constructHexagonLinkArgs()
309 : Find(RootDir, StartSubDir, "/init.o"); in constructHexagonLinkArgs()
356 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o") in constructHexagonLinkArgs()
357 : Find(RootDir, StartSubDir, "/fini.o"); in constructHexagonLinkArgs()
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/
H A DREADME.cppclean14 * Find and print C++ language constructs: classes, methods, functions, etc.
15 * Find classes with virtual methods, no virtual destructor, and no bases
16 * Find global/static data that are potential problems when using threads
20 * (planned) Find unnecessary header files #included
/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindPacket.cmake27 # Find the Packet library and include files.
57 # Find the header
63 # Find the library
H A DFindPthreads-w32.cmake31 # Find the Pthreads library
92 # Find the header file
108 # Find the library
/freebsd-12.1/contrib/apr-util/
H A Dconfigure.in107 dnl Find the APR includes directory and (possibly) the source (base) dir.
125 dnl Find the APR-ICONV directory.
156 dnl Find LDAP library
158 dnl Find Expat
159 dnl Find an iconv library
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h47 size_t Find(ExecutionContextScope *exe_scope, const char *key,
109 if (scavenger && scavenger->Find(exe_scope, key, results, append)) in Find_Impl()
134 success = scavenger->Find(exe_scope, key, results, append) || success; in Find_Impl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp67 std::vector<std::string> Find() { in Find() function in clang::tooling::__anon61b30f150111::AdditionalUSRFinder
180 return Finder.Find(); in getUSRsForDeclaration()
243 USRList.push_back(Finder.Find()); in FindSymbol()
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dgeom.subr245 # Find one or more registered GEOMs by name, type, or both. Returns a space-
289 # Find GEOM-related struct where $prop of the struct is equal to $find. Returns
293 # NULL Find any of the below
294 # class Find GEOM_CLASS struct
295 # geom Find GEOM_GEOM struct
296 # consumer Find GEOM_CONSUMER struct
297 # provider Find GEOM_PROVIDER struct
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp138 Find("find", variable
144 static alias FindAlias("f", desc("Alias for -find."), aliasopt(Find));
431 if (!Find.empty()) { in dumpObjectFile()
432 filterByAccelName(Find, DICtx, OS); in dumpObjectFile()
619 if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() && Find.empty()) in main()
/freebsd-12.1/contrib/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h179 auto Find = None; in anyAggregateType() local
180 return {Pred, Find}; in anyAggregateType()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dt-iris1 # Find all of the declarations from the header files
/freebsd-12.1/contrib/less/
H A Dless.hlp62 { ( [ * Find close bracket } ) ].
63 } ) ] * Find open bracket { ( [.
64 ESC-^F _<_c_1_> _<_c_2_> * Find close bracket _<_c_2_>.
65 ESC-^B _<_c_1_> _<_c_2_> * Find open bracket _<_c_1_>
181 Find a tag.
/freebsd-12.1/contrib/apr/helpers/
H A Dapr_rename.pl4 use File::Find;

12345678