Home
last modified time | relevance | path

Searched refs:FunctionNameType (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h27 lldb::FunctionNameType name_type_mask,
35 lldb::FunctionNameType name_type_mask,
42 lldb::FunctionNameType name_type_mask,
92 lldb::FunctionNameType name_type_mask);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp27 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, in BreakpointResolverName()
158 std::vector<FunctionNameType> name_masks; in CreateFromStructuredData()
167 std::underlying_type<FunctionNameType>::type fnt; in CreateFromStructuredData()
174 name_masks.push_back(static_cast<FunctionNameType>(fnt)); in CreateFromStructuredData()
217 FunctionNameType name_type_mask) { in AddNameLookup()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h307 lldb::FunctionNameType name_type_mask, bool symbols_ok,
887 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
898 lldb::FunctionNameType GetNameTypeMask() const { return m_name_type_mask; } in GetNameTypeMask()
900 void SetNameTypeMask(lldb::FunctionNameType mask) { in SetNameTypeMask()
918 lldb::FunctionNameType m_name_type_mask = lldb::eFunctionNameTypeNone;
H A DModuleList.h254 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask,
260 lldb::FunctionNameType name_type_mask,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h189 lldb::FunctionNameType m_type;
192 MethodNameVariant(ConstString name, lldb::FunctionNameType type) in MethodNameVariant()
195 lldb::FunctionNameType GetType() const { return m_type; } in GetType()
H A DTarget.h663 lldb::FunctionNameType func_name_type_mask, lldb::LanguageType language,
687 size_t num_names, lldb::FunctionNameType func_name_type_mask,
695 lldb::FunctionNameType func_name_type_mask,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h179 std::map<lldb::FunctionNameType, UniqueCStringMap<uint32_t>>
187 GetNameToSymbolIndexMap(lldb::FunctionNameType type) { in GetNameToSymbolIndexMap()
H A DSymbolFile.h228 lldb::FunctionNameType name_type_mask,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h717 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument
738 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp118 lldb::FunctionNameType name_type_mask, in FindFunctions()
H A DSymtab.cpp1115 for (lldb::FunctionNameType type : in FindFunctionSymbols()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h113 lldb::FunctionNameType name_type_mask,
H A DSymbolFileBreakpad.cpp297 FunctionNameType name_type_mask, bool include_inlines, in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h124 lldb::FunctionNameType name_type_mask,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h132 lldb::FunctionNameType name_type_mask,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp861 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName()
898 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByName()
954 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByNames()
1836 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
H A DSBModule.cpp402 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h114 lldb::FunctionNameType name_type_mask,
H A DSymbolFileDWARF.h181 lldb::FunctionNameType name_type_mask,
H A DSymbolFileDWARFDebugMap.cpp1016 FunctionNameType name_type_mask, bool include_inlines, in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp366 FunctionNameType name_type_mask, in FindFunctions()
397 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
H A DModule.cpp637 FunctionNameType name_type_mask, in LookupInfo()
798 FunctionNameType name_type_mask, in FindFunctions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp703 lldb::FunctionNameType mask;
706 lldb::FunctionNameType m = lldb::eFunctionNameTypeFull) in SearchSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp500 lldb::FunctionNameType m_func_name_type_mask = eFunctionNameTypeNone;
611 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp431 FunctionNameType func_name_type_mask, LanguageType language, in CreateBreakpoint()
455 FunctionNameType func_name_type_mask, in CreateBreakpoint()
481 FunctionNameType func_name_type_mask, in CreateBreakpoint()

12