Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h30 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 DBreakpointResolverName.cpp29 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 DModule.h384 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 DModuleList.h304 lldb::FunctionNameType name_type_mask,
312 lldb::FunctionNameType name_type_mask,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp120 lldb::FunctionNameType name_type_mask, in FindFunctions()
H A DSymbolVendor.cpp286 FunctionNameType name_type_mask, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h109 lldb::FunctionNameType name_type_mask,
H A DSymbolFileBreakpad.cpp138 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h729 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 DSymbolVendor.h93 lldb::FunctionNameType name_type_mask,
H A DSymbolFile.h189 lldb::FunctionNameType name_type_mask,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp792 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 DSBModule.cpp368 FunctionNameType type = static_cast<FunctionNameType>(name_type_mask); in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h620 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 DSymbolFilePDB.h126 lldb::FunctionNameType name_type_mask, bool include_inlines,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.h135 lldb::FunctionNameType name_type_mask,
H A DSymbolFileNativePDB.cpp1182 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.h113 lldb::FunctionNameType name_type_mask, bool include_inlines,
H A DSymbolFileDWARF.h184 lldb::FunctionNameType name_type_mask, bool include_inlines,
H A DSymbolFileDWARFDebugMap.cpp1000 FunctionNameType name_type_mask, bool include_inlines, bool append, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModuleList.cpp348 FunctionNameType name_type_mask, in FindFunctions()
384 lldb::FunctionNameType name_type_mask, in FindFunctionSymbols()
H A DModule.cpp639 FunctionNameType name_type_mask, in LookupInfo()
800 FunctionNameType name_type_mask, in FindFunctions()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp712 lldb::FunctionNameType mask;
715 lldb::FunctionNameType m = lldb::eFunctionNameTypeFull) in SearchSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp635 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 DTarget.cpp419 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()

12