Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DNameToDIE.cpp33 bool NameToDIE::Find(ConstString name, Find() function in NameToDIE
41 bool NameToDIE::Find(const RegularExpression &regex, Find() function in NameToDIE
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTType *UniqueDWARFASTTypeList::Find( in Find() function in UniqueDWARFASTTypeList
H A DUniqueDWARFASTType.h88 UniqueDWARFASTType *Find(ConstString name, const DWARFDIE &die, 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.cpp129 void STLAlgorithmModeling::Find(CheckerContext &C, const CallExpr *CE, in Find() function in __anon0b7998770111::STLAlgorithmModeling
/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
H A DMappedHash.h
/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/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp
/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.cpp442 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.cpp422 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/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp220 auto Find = [=](const char *String) -> bool { return Name.contains(String); }; in isSystemEntry() local
[all...]
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp177 Find("find", variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp445 ValueToValueMapTy::iterator Find = ConvertedForStore.find(V); in fatPtrsToInts() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp220 static void replaceTargetsFromPHINode(BasicBlock *PHIBlock, BasicBlock *Find, in replaceTargetsFromPHINode()