Home
last modified time | relevance | path

Searched defs:Find (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp34 bool NameToDIE::Find(ConstString name, in Find() function in NameToDIE
42 bool NameToDIE::Find(const RegularExpression &regex, in Find() function in NameToDIE
H A DUniqueDWARFASTType.cpp16 bool UniqueDWARFASTTypeList::Find(const DWARFDIE &die, in Find() function in UniqueDWARFASTTypeList
H A DUniqueDWARFASTType.h83 bool Find(ConstString name, const DWARFDIE &die, const Declaration &decl, in Find() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h141 ThreadPlanStack *Find(lldb::tid_t tid) { in Find() function
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.cc155 VdevIterator::Find(Guid vdevGUID) in Find() function in VdevIterator
H A Dcase_file.cc98 CaseFile::Find(Guid poolGUID, Guid vdevGUID) in Find() function in CaseFile
117 CaseFile::Find(Guid poolGUID, Guid vdevGUID, CaseFileList &cases) in Find() function in CaseFile
137 CaseFile::Find(const string &physPath) in Find() function in CaseFile
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp108 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anon268d723f0111::STLAlgorithmModeling
H A DCallAndMessageChecker.cpp252 bool Find(const TypedValueRegion *R) { in Find() function in __anon3e6eeebf0211::FindUninitializedField
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h247 auto Find = std::nullopt; in anyAggregateType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp428 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; in getOpndList() local
470 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, in getOpndList() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h86 T Find(ConstString unique_cstr, T fail_value) const { in Find() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp38 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() function in DynamicLibrary::HandleSet
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp68 std::vector<std::string> Find() { in Find() function in clang::tooling::__anonbfa98d0e0111::AdditionalUSRFinder
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DZipFile.cpp173 bool ZipFile::Find(lldb::DataBufferSP zip_data, const llvm::StringRef file_path, in Find() function in ZipFile
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp26 static const T *Find(StringRef S, ArrayRef<T> A) { in Find() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp411 size_t Language::TypeScavenger::Find(ExecutionContextScope *exe_scope, in Find() function in Language::TypeScavenger
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.cpp419 auto Find = [&HTC] (const std::string &RootDir, const std::string &SubDir, in constructHexagonLinkArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp798 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP, in Find() function in ConstantOffsetExtractor
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp169 Find("find", variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp220 auto Find = [=](const char *String) -> bool { return Name.contains(String); }; in isSystemEntry() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp220 static void replaceTargetsFromPHINode(BasicBlock *PHIBlock, BasicBlock *Find, in replaceTargetsFromPHINode()