Searched refs:Find (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.h35 size_t Find(lldb_private::ConstString name,
38 size_t Find(const lldb_private::RegularExpression &regex,
H A DUniqueDWARFASTType.h67 bool Find(const DWARFDIE &die, const lldb_private::Declaration &decl,
86 bool Find(lldb_private::ConstString name, const DWARFDIE &die, function in class:UniqueDWARFASTTypeMap
92 return pos->second.Find(die, decl, byte_size, entry);
H A DManualDWARFIndex.cpp352 m_set.globals.Find(basename, offsets);
358 m_set.globals.Find(regex, offsets);
370 m_set.objc_class_selectors.Find(class_name, offsets);
377 m_set.types.Find(class_name, offsets);
382 m_set.types.Find(name, offsets);
388 m_set.types.Find(ConstString(context[0].name), offsets);
393 m_set.namespaces.Find(name, offsets);
404 m_set.function_fullnames.Find(name, offsets);
415 m_set.function_basenames.Find(name, offsets);
428 m_set.function_methods.Find(nam
[all...]
H A DNameToDIE.cpp29 size_t NameToDIE::Find(ConstString name, DIEArray &info_array) const { function in class:NameToDIE
33 size_t NameToDIE::Find(const RegularExpression &regex, function in class:NameToDIE
H A DUniqueDWARFASTType.cpp13 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, function in class:UniqueDWARFASTTypeList
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.h107 nvlist_t *Find(DevdCtl::Guid vdevGUID);
H A Dcase_file.h89 * \brief Find a CaseFile object by a vdev's pool/vdev GUID tuple.
99 static CaseFile *Find(DevdCtl::Guid poolGUID, DevdCtl::Guid vdevGUID);
102 * \brief Find a CaseFile object by a vdev's current/last known
110 static CaseFile *Find(const string &physPath);
H A Dzfsd_event.cc148 CaseFile *caseFile(CaseFile::Find(physPath));
238 CaseFile *caseFile(CaseFile::Find(vdev.PoolGUID(),
303 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID()));
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID());
411 CaseFile *caseFile(CaseFile::Find(PoolGUID(), VdevGUID()));
H A Dvdev_iterator.cc150 VdevIterator::Find(Guid vdevGUID) function in class:VdevIterator
H A Dcase_file.cc100 CaseFile::Find(Guid poolGUID, Guid vdevGUID) function in class:CaseFile
119 CaseFile::Find(const string &physPath) function in class:CaseFile
159 activeCase = Find(vdev.PoolGUID(), vdev.GUID());
459 /* Find a Vdev containing the vdev with the given GUID */
724 existingCaseFile = Find(Guid(poolGUID), Guid(vdevGUID));
745 .Find(vdevGUID)) == NULL) {
958 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) {
1165 return (VdevIterator(zhp).Find(VdevGUID()));
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i85 # Find an instruction by index
89 # Find an instruction using a lldb.SBAddress object
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp42 HandleList::iterator Find(void *Handle) { function in class:DynamicLibrary::HandleSet
47 return Handle == Process || Find(Handle) != Handles.end();
56 if (Find(Handle) != Handles.end()) {
/freebsd-11-stable/contrib/apr/helpers/
H A Dapr_rename.pl4 use File::Find;
26 my $file = "$File::Find::dir/$_";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp23 /// Find KV in array using binary search.
25 static const T *Find(StringRef S, ArrayRef<T> A) { function
63 // Find feature in table.
65 Find(SubtargetFeatures::StripFlag(Feature), FeatureTable);
169 // Find CPU entry if CPU name is specified.
171 const SubtargetSubTypeKV *CPUEntry = Find(CPU, ProcDesc);
249 // Find feature in table.
251 Find(SubtargetFeatures::StripFlag(Feature), ProcFeatures);
294 // Find entry
295 const SubtargetSubTypeKV *CPUEntry = Find(CP
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.symver.mk11 # Find the awk script that generates the version map.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp68 std::vector<std::string> Find() { function in class:clang::tooling::__anon932::AdditionalUSRFinder
185 return Finder.Find();
248 USRList.push_back(Finder.Find());
/freebsd-11-stable/contrib/llvm-project/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))
134 success = scavenger->Find(exe_scope, key, results, append) || success;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp293 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, local
305 std::string Crt0SA = Find(RootDir, StartSubDir, "/crt0_standalone.o");
308 std::string Crt0 = Find(RootDir, StartSubDir, "/crt0.o");
312 ? Find(RootDir, StartSubDir + "/pic", "/initS.o")
313 : Find(RootDir, StartSubDir, "/init.o");
360 ? Find(RootDir, StartSubDir + "/pic", "/finiS.o")
361 : Find(RootDir, StartSubDir, "/fini.o");
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py112 self.p2p_interface.Find(P2PFindDict)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl30 use File::Find;
60 push(@files, $File::Find::name)
/freebsd-11-stable/release/doc/share/mk/
H A Ddoc.relnotes.mk22 # Find the RELNOTESng document catalogs
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h178 auto Find = None; local
179 return {Pred, Find};
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp135 Find("find",
141 static alias FindAlias("f", desc("Alias for -find."), aliasopt(Find));
149 desc("Find and print all debug info entries whose name (DW_AT_name "
440 if (!Find.empty()) {
441 filterByAccelName(Find, DICtx, OS);
618 if (!ShowChildren && !Verify && !OffsetRequested && Name.empty() && Find.empty())
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h76 // Find the value for the unique string in the map.
82 T Find(ConstString unique_cstr, T fail_value) const { function in class:lldb_private::UniqueCStringMap
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp206 bool Find(const TypedValueRegion *R) { function in class:__anon754::FindUninitializedField
216 if (Find(FR))
274 if (F.Find(D->getRegion())) {

Completed in 247 milliseconds

12