Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp28 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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModule.h316 lldb::FunctionNameType name_type_mask,
916 LookupInfo(ConstString name, lldb::FunctionNameType name_type_mask,
927 lldb::FunctionNameType GetNameTypeMask() const { return m_name_type_mask; } in GetNameTypeMask()
929 void SetNameTypeMask(lldb::FunctionNameType mask) { in SetNameTypeMask()
947 lldb::FunctionNameType m_name_type_mask = lldb::eFunctionNameTypeNone;
H A DModuleList.h264 void FindFunctions(ConstString name, lldb::FunctionNameType name_type_mask,
270 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h188 lldb::FunctionNameType m_type;
191 MethodNameVariant(ConstString name, lldb::FunctionNameType type) in MethodNameVariant()
194 lldb::FunctionNameType GetType() const { return m_type; } in GetType()
H A DTarget.h685 lldb::FunctionNameType func_name_type_mask, lldb::LanguageType language,
709 size_t num_names, lldb::FunctionNameType func_name_type_mask,
717 lldb::FunctionNameType func_name_type_mask,
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DSymtab.h275 std::map<lldb::FunctionNameType, UniqueCStringMap<uint32_t>>
284 GetNameToSymbolIndexMap(lldb::FunctionNameType type) { in GetNameToSymbolIndexMap()
H A DSymbolFileOnDemand.h140 lldb::FunctionNameType name_type_mask,
H A DSymbolFile.h239 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp154 static cl::list<FunctionNameType> FunctionNameFlags(
164 static FunctionNameType getFunctionNameFlags() { in getFunctionNameFlags()
165 FunctionNameType Result = FunctionNameType(0); in getFunctionNameFlags()
166 for (FunctionNameType Flag : FunctionNameFlags) in getFunctionNameFlags()
167 Result = FunctionNameType(Result | Flag); in getFunctionNameFlags()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h725 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument
746 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
/llvm-project-15.0.7/lldb/unittests/Core/
H A DMangledTest.cpp224 auto Count = [M](const char *Name, FunctionNameType Type) -> int { in TEST()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolFile.cpp125 lldb::FunctionNameType name_type_mask, in FindFunctions()
H A DSymbolFileOnDemand.cpp379 FunctionNameType name_type_mask, bool include_inlines, in FindFunctions()
H A DSymtab.cpp1125 for (lldb::FunctionNameType type : in FindFunctionSymbols()
1331 GetNameToSymbolIndexMap((lldb::FunctionNameType)type); in Decode()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp795 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName()
826 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByName()
871 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByNames()
1706 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
H A DSBModule.cpp397 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h115 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h124 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h114 lldb::FunctionNameType name_type_mask,
H A DSymbolFileDWARF.h183 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h135 lldb::FunctionNameType name_type_mask,
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp418 FunctionNameType name_type_mask, in FindFunctions()
447 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
H A DModule.cpp633 FunctionNameType name_type_mask, in LookupInfo()
803 FunctionNameType name_type_mask, in FindFunctions()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp510 lldb::FunctionNameType m_func_name_type_mask = eFunctionNameTypeNone;
621 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; in DoExecute()

12