Home
last modified time | relevance | path

Searched refs:GetMemoryObjectFile (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h712 ObjectFile *GetMemoryObjectFile(const lldb::ProcessSP &process_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp286 ObjectFile *Module::GetMemoryObjectFile(const lldb::ProcessSP &process_sp, in GetMemoryObjectFile() function in Module
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2641 ObjectFile *objfile = module_sp->GetMemoryObjectFile( in ReadModuleFromMemory()