Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.h73 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.h89 std::map<lldb::ModuleWP, lldb::addr_t, std::owner_less<lldb::ModuleWP>>
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleChild.h79 lldb::ModuleWP m_module_wp; ///< The Module that owns the object that inherits
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DModuleCache.h72 std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUtilityFunction.h125 lldb::ModuleWP m_jit_module_wp;
H A DLLVMUserExpression.h104 lldb::ModuleWP m_jit_module_wp;
H A DFunctionCaller.h340 lldb::ModuleWP m_jit_module_wp;
H A DDWARFExpression.h406 lldb::ModuleWP m_module_wp; ///< Module which defined this expression.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp801 m_module_wp = lldb::ModuleWP(); in SetType()
805 m_module_wp = lldb::ModuleWP(); in SetType()
817 m_module_wp = lldb::ModuleWP(); in SetType()
848 lldb::ModuleWP empty_module_wp; in CheckModule()
885 m_module_wp = lldb::ModuleWP(); in Clear()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.h125 lldb::ModuleWP m_objc_module_wp;
H A DAppleObjCRuntimeV2.h155 lldb::ModuleWP m_objc_module_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h436 lldb::ModuleWP m_module_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h456 lldb::ModuleWP m_debug_map_module_wp;
H A DSymbolFileDWARFDebugMap.cpp222 ModuleWP m_exe_module_wp;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h375 typedef std::weak_ptr<lldb_private::Module> ModuleWP; typedef