Home
last modified time | relevance | path

Searched refs:object_file (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp40 ObjectFile *object_file = exe_module->GetObjectFile(); in CreateInstance() local
41 if (object_file) { in CreateInstance()
42 create = (object_file->GetStrata() == ObjectFile::eStrataRawImage); in CreateInstance()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.h40 SymbolFileBreakpad(ObjectFile *object_file) : SymbolFile(object_file) {} in SymbolFileBreakpad() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1586 ObjectFile *object_file = GetObjectFile(); in SetLoadAddress() local
1587 if (object_file != nullptr) { in SetLoadAddress()
1588 changed = object_file->SetLoadAddress(target, value, value_is_offset); in SetLoadAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp270 SymbolFileNativePDB::SymbolFileNativePDB(ObjectFile *object_file) in SymbolFileNativePDB() argument
271 : SymbolFile(object_file) {} in SymbolFileNativePDB()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp124 SymbolFilePDB::SymbolFilePDB(lldb_private::ObjectFile *object_file) in SymbolFilePDB() argument
125 : SymbolFile(object_file), m_session_up(), m_global_scope_up(), in SymbolFilePDB()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4242 ObjectFile *object_file = symbol_file->GetObjectFile(); in AddModuleSymbols() local
4244 if (object_file && object_file->GetFileSpec() == symbol_fspec) { in AddModuleSymbols()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp863 ObjectFile *object_file = exe_module->GetObjectFile(); in DoLaunch() local
864 if (object_file) { in DoLaunch()