Home
last modified time | relevance | path

Searched refs:ModuleWP (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h66 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h91 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h56 lldb::ModuleWP m_module_wp;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h115 lldb::ModuleWP m_jit_module_wp;
H A DLLVMUserExpression.h107 lldb::ModuleWP m_jit_module_wp;
H A DFunctionCaller.h297 lldb::ModuleWP m_jit_module_wp;
H A DDWARFExpressionList.h139 lldb::ModuleWP m_module_wp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp941 m_module_wp = lldb::ModuleWP(); in SetType()
946 m_module_wp = lldb::ModuleWP(); in SetType()
958 m_module_wp = lldb::ModuleWP(); in SetType()
971 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()
983 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()
1020 m_module_wp = lldb::ModuleWP(); in Clear()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h621 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,
624 lldb::ModuleWP m_module_wp;
625 lldb::ModuleWP m_exe_module_wp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h127 lldb::ModuleWP m_objc_module_wp;
H A DAppleObjCRuntimeV2.h154 lldb::ModuleWP m_objc_module_wp;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h501 lldb::ModuleWP m_debug_map_module_wp;
H A DSymbolFileDWARFDebugMap.cpp226 ModuleWP m_exe_module_wp;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h365 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef