Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h68 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h88 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleChild.h56 lldb::ModuleWP m_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp835 m_module_wp = lldb::ModuleWP(); in SetType()
840 m_module_wp = lldb::ModuleWP(); in SetType()
852 m_module_wp = lldb::ModuleWP(); in SetType()
865 bool TypeImpl::CheckModuleCommon(const lldb::ModuleWP &input_module_wp, in CheckModuleCommon()
877 lldb::ModuleWP empty_module_wp; in CheckModuleCommon()
914 m_module_wp = lldb::ModuleWP(); in Clear()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DModuleCache.h69 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
/freebsd-13.1/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 DDWARFExpression.h245 lldb::ModuleWP m_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h300 bool CheckModuleCommon(const lldb::ModuleWP &input_module_wp,
303 lldb::ModuleWP m_module_wp;
304 lldb::ModuleWP m_exe_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h127 lldb::ModuleWP m_objc_module_wp;
H A DAppleObjCRuntimeV2.h157 lldb::ModuleWP m_objc_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h486 lldb::ModuleWP m_debug_map_module_wp;
H A DSymbolFileDWARFDebugMap.cpp220 ModuleWP m_exe_module_wp;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h347 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef