| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverName.h | 27 lldb::FunctionNameType name_type_mask, 35 lldb::FunctionNameType name_type_mask, 42 lldb::FunctionNameType name_type_mask, 91 lldb::FunctionNameType name_type_mask);
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 28 const char *name_cstr, FunctionNameType name_type_mask, in BreakpointResolverName() 49 FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, in BreakpointResolverName() 61 FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, in BreakpointResolverName() 157 std::vector<FunctionNameType> name_masks; in CreateFromStructuredData() 167 std::underlying_type<FunctionNameType>::type>(i); in CreateFromStructuredData() 174 name_masks.push_back(static_cast<FunctionNameType>(*maybe_fnt)); in CreateFromStructuredData() 217 FunctionNameType name_type_mask) { in AddNameLookup()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Module.h | 337 lldb::FunctionNameType name_type_mask, 343 lldb::FunctionNameType name_type_mask, 919 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask, 930 lldb::FunctionNameType GetNameTypeMask() const { return m_name_type_mask; } in GetNameTypeMask() 932 void SetNameTypeMask(lldb::FunctionNameType mask) { in SetNameTypeMask() 956 lldb::FunctionNameType m_name_type_mask = lldb::eFunctionNameTypeNone;
|
| H A D | ModuleList.h | 286 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask, 292 lldb::FunctionNameType name_type_mask,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Language.h | 202 lldb::FunctionNameType m_type; 205 MethodNameVariant(ConstString name, lldb::FunctionNameType type) in MethodNameVariant() 208 lldb::FunctionNameType GetType() const { return m_type; } in GetType() 311 virtual std::pair<lldb::FunctionNameType, std::optional<ConstString>>
|
| H A D | Target.h | 754 lldb::FunctionNameType func_name_type_mask, lldb::LanguageType language, 778 size_t num_names, lldb::FunctionNameType func_name_type_mask, 786 lldb::FunctionNameType func_name_type_mask,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Symtab.h | 278 std::map<lldb::FunctionNameType, UniqueCStringMap<uint32_t>> 287 GetNameToSymbolIndexMap(lldb::FunctionNameType type) { in GetNameToSymbolIndexMap()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.h | 61 std::pair<lldb::FunctionNameType, std::optional<ConstString>>
|
| H A D | CPlusPlusLanguage.cpp | 75 std::pair<FunctionNameType, std::optional<ConstString>> 80 FunctionNameType func_name_type = eFunctionNameTypeNone; in GetFunctionNameInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.h | 145 std::pair<lldb::FunctionNameType, std::optional<ConstString>>
|
| H A D | ObjCLanguage.cpp | 225 std::pair<FunctionNameType, std::optional<ConstString>> 227 FunctionNameType func_name_type = eFunctionNameTypeNone; in GetFunctionNameInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFIndex.cpp | 31 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in ProcessFunctionDIE()
|
| H A D | ManualDWARFIndex.cpp | 477 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in GetFunctions()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 784 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument 805 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 791 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName() 822 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByName() 866 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByNames() 1725 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
|
| H A D | SBModule.cpp | 397 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 645 FunctionNameType name_type_mask, in LookupInfo() 829 FunctionNameType name_type_mask, in FindFunctions() 843 FunctionNameType name_type_mask, in FindFunctions()
|
| H A D | ModuleList.cpp | 442 FunctionNameType name_type_mask, in FindFunctions() 470 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolFileOnDemand.cpp | 393 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|
| H A D | Symtab.cpp | 1139 for (lldb::FunctionNameType type : in FindFunctionSymbols() 1343 GetNameToSymbolIndexMap((lldb::FunctionNameType)type); in Decode()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 543 lldb::FunctionNameType m_func_name_type_mask = eFunctionNameTypeNone; 655 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 582 FunctionNameType func_name_type_mask, LanguageType language, in CreateBreakpoint() 606 FunctionNameType func_name_type_mask, in CreateBreakpoint() 632 FunctionNameType func_name_type_mask, in CreateBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 997 FunctionNameType section in Enumerators 995 .. _FunctionNameType: global() target 1009 BasicTypeFunctionNameType global() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.cpp | 1308 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1676 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|