| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointResolverName.h | 30 lldb::FunctionNameType name_type_mask, 38 lldb::FunctionNameType name_type_mask, 44 lldb::FunctionNameType name_type_mask, 92 lldb::FunctionNameType name_type_mask);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 29 Breakpoint *bkpt, const char *name_cstr, FunctionNameType name_type_mask, in BreakpointResolverName() 50 FunctionNameType name_type_mask, LanguageType language, lldb::addr_t offset, in BreakpointResolverName() 62 FunctionNameType name_type_mask, in BreakpointResolverName() 163 std::vector<FunctionNameType> name_masks; in CreateFromStructuredData() 172 std::underlying_type<FunctionNameType>::type fnt; in CreateFromStructuredData() 179 name_masks.push_back(static_cast<FunctionNameType>(fnt)); in CreateFromStructuredData() 222 FunctionNameType name_type_mask) { in AddNameLookup()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Module.h | 384 lldb::FunctionNameType name_type_mask, bool symbols_ok, 1025 LookupInfo(const ConstString &name, lldb::FunctionNameType name_type_mask, 1036 lldb::FunctionNameType GetNameTypeMask() const { return m_name_type_mask; } in GetNameTypeMask() 1038 void SetNameTypeMask(lldb::FunctionNameType mask) { in SetNameTypeMask() 1056 lldb::FunctionNameType m_name_type_mask;
|
| H A D | ModuleList.h | 304 lldb::FunctionNameType name_type_mask, 312 lldb::FunctionNameType name_type_mask,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolFile.cpp | 120 lldb::FunctionNameType name_type_mask, in FindFunctions()
|
| H A D | SymbolVendor.cpp | 286 FunctionNameType name_type_mask, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.h | 109 lldb::FunctionNameType name_type_mask,
|
| H A D | SymbolFileBreakpad.cpp | 138 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 729 FLAGS_ENUM(FunctionNameType){ in FLAGS_ENUM() argument 749 LLDB_MARK_AS_BITMASK_ENUM(FunctionNameType)
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | SymbolVendor.h | 93 lldb::FunctionNameType name_type_mask,
|
| H A D | SymbolFile.h | 189 lldb::FunctionNameType name_type_mask,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 792 lldb::FunctionNameType name_type_mask = eFunctionNameTypeAuto; in BreakpointCreateByName() 819 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByName() 863 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in BreakpointCreateByNames() 1747 FunctionNameType mask = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
|
| H A D | SBModule.cpp | 368 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 620 lldb::FunctionNameType func_name_type_mask, lldb::LanguageType language, 647 size_t num_names, lldb::FunctionNameType func_name_type_mask, 655 lldb::FunctionNameType func_name_type_mask,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | SymbolFilePDB.h | 126 lldb::FunctionNameType name_type_mask, bool include_inlines,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.h | 135 lldb::FunctionNameType name_type_mask,
|
| H A D | SymbolFileNativePDB.cpp | 1182 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.h | 113 lldb::FunctionNameType name_type_mask, bool include_inlines,
|
| H A D | SymbolFileDWARF.h | 184 lldb::FunctionNameType name_type_mask, bool include_inlines,
|
| H A D | SymbolFileDWARFDebugMap.cpp | 1000 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ModuleList.cpp | 348 FunctionNameType name_type_mask, in FindFunctions() 384 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
|
| H A D | Module.cpp | 639 FunctionNameType name_type_mask, in LookupInfo() 800 FunctionNameType name_type_mask, in FindFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 712 lldb::FunctionNameType mask; 715 lldb::FunctionNameType m = lldb::eFunctionNameTypeFull) in SearchSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 635 lldb::FunctionNameType m_func_name_type_mask; 764 FunctionNameType name_type_mask = m_options.m_func_name_type_mask; in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 419 FunctionNameType func_name_type_mask, LanguageType language, in CreateBreakpoint() 443 FunctionNameType func_name_type_mask, in CreateBreakpoint() 469 FunctionNameType func_name_type_mask, in CreateBreakpoint()
|