Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h56 lldb::ModuleWP m_module_wp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp947 m_module_wp = lldb::ModuleWP(); in SetType()
952 m_module_wp = lldb::ModuleWP(); in SetType()
964 m_module_wp = lldb::ModuleWP(); in SetType()
977 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()
989 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()
1026 m_module_wp = lldb::ModuleWP(); in Clear()
/freebsd/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.h141 lldb::ModuleWP m_module_wp;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h652 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,
655 lldb::ModuleWP m_module_wp;
656 lldb::ModuleWP m_exe_module_wp;
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h509 lldb::ModuleWP m_debug_map_module_wp;
H A DSymbolFileDWARFDebugMap.cpp227 ModuleWP m_exe_module_wp;
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h371 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef