| /llvm-project-15.0.7/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, 92 lldb::FunctionNameType name_type_mask);
|
| /llvm-project-15.0.7/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, 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 D | Module.h | 316 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 D | ModuleList.h | 264 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 D | Language.h | 188 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 D | Target.h | 685 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 D | Symtab.h | 275 std::map<lldb::FunctionNameType, UniqueCStringMap<uint32_t>> 284 GetNameToSymbolIndexMap(lldb::FunctionNameType type) { in GetNameToSymbolIndexMap()
|
| H A D | SymbolFileOnDemand.h | 140 lldb::FunctionNameType name_type_mask,
|
| H A D | SymbolFile.h | 239 lldb::FunctionNameType name_type_mask,
|
| /llvm-project-15.0.7/lldb/tools/lldb-test/ |
| H A D | lldb-test.cpp | 154 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 D | lldb-enumerations.h | 725 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument 746 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
|
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | MangledTest.cpp | 224 auto Count = [M](const char *Name, FunctionNameType Type) -> int { in TEST()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 125 lldb::FunctionNameType name_type_mask, in FindFunctions()
|
| H A D | SymbolFileOnDemand.cpp | 379 FunctionNameType name_type_mask, bool include_inlines, in FindFunctions()
|
| H A D | Symtab.cpp | 1125 for (lldb::FunctionNameType type : in FindFunctionSymbols() 1331 GetNameToSymbolIndexMap((lldb::FunctionNameType)type); in Decode()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBTarget.cpp | 795 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 D | SBModule.cpp | 397 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 115 lldb::FunctionNameType name_type_mask,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 124 lldb::FunctionNameType name_type_mask,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 114 lldb::FunctionNameType name_type_mask,
|
| H A D | SymbolFileDWARF.h | 183 lldb::FunctionNameType name_type_mask,
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 135 lldb::FunctionNameType name_type_mask,
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 418 FunctionNameType name_type_mask, in FindFunctions() 447 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
|
| H A D | Module.cpp | 633 FunctionNameType name_type_mask, in LookupInfo() 803 FunctionNameType name_type_mask, in FindFunctions()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 510 lldb::FunctionNameType m_func_name_type_mask = eFunctionNameTypeNone; 621 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; in DoExecute()
|