/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() 156 std::vector<FunctionNameType> name_masks; in CreateFromStructuredData() 165 std::underlying_type<FunctionNameType>::type>(i); in CreateFromStructuredData() 171 name_masks.push_back(static_cast<FunctionNameType>(*maybe_fnt)); in CreateFromStructuredData() 215 FunctionNameType name_type_mask) {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Module.h | 278 /// lldb::FunctionNameType enumeration type that indicate what 329 /// See FunctionNameType for more details. 336 lldb::FunctionNameType name_type_mask, 342 lldb::FunctionNameType name_type_mask, 908 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask, 919 lldb::FunctionNameType GetNameTypeMask() const { return m_name_type_mask; } 921 void SetNameTypeMask(lldb::FunctionNameType mask) { in GetSymtabParseTime() 943 /// One or more bits from lldb::FunctionNameType that indicate what kind of 945 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 | 201 lldb::FunctionNameType m_type; 204 MethodNameVariant(ConstString name, lldb::FunctionNameType type) in MethodNameVariant() 207 lldb::FunctionNameType GetType() const { return m_type; } in GetType()
|
H A D | Target.h | 722 lldb::FunctionNameType func_name_type_mask, lldb::LanguageType language, 746 size_t num_names, lldb::FunctionNameType func_name_type_mask, 754 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/SymbolFile/DWARF/ |
H A D | DWARFIndex.cpp | 31 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in ProcessFunctionDIE()
|
H A D | ManualDWARFIndex.cpp | 452 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in GetFunctions()
|
H A D | SymbolFileDWARF.cpp | 2570 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 771 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument 792 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 804 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName() 835 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByName() 880 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByNames() 1766 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 | 635 FunctionNameType name_type_mask, in LookupInfo() 845 FunctionNameType name_type_mask, in FindFunctions() 859 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 | 392 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|
H A D | Symtab.cpp | 1138 for (lldb::FunctionNameType type : in FindFunctionSymbols() 1344 GetNameToSymbolIndexMap((lldb::FunctionNameType)type); in Decode()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.cpp | 521 lldb::FunctionNameType m_func_name_type_mask = eFunctionNameTypeNone; 632 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 | 497 FunctionNameType func_name_type_mask, LanguageType language, in CreateBreakpoint() 521 FunctionNameType func_name_type_mask, in CreateBreakpoint() 547 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 | 1323 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 1682 FunctionNameType name_type_mask = lookup_info.GetNameTypeMask(); in FindFunctions()
|