HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectFile (Results 26 - 50 of 51) sorted by null

12 3

  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.cpp 214 ObjectFile *obj_file = module->GetObjectFile();
452 ObjectFile *exe = module->GetObjectFile();
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 530 assert (dynsym_section_sp->GetObjectFile() == this);
594 assert (dynsym->GetObjectFile() == this);
    [all...]
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 229 if (!exe_module_sp || exe_module_sp->GetObjectFile() == NULL)
254 if (exe_module_sp && exe_module_sp->GetObjectFile())
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.cpp 636 if (module_sp && module_sp->GetObjectFile() && module_sp->MatchesModuleSpec (exe_spec))
639 if (exe_module_sp && exe_module_sp->GetObjectFile())
PlatformRemoteiOS.cpp 242 if (exe_module_sp && exe_module_sp->GetObjectFile())
262 if (exe_module_sp && exe_module_sp->GetObjectFile())
  /external/lldb/include/lldb/Core/
Module.h 36 /// using the Module::GetObjectFile() is called. The debug symbols
640 GetObjectFile ();
    [all...]
  /external/lldb/source/Core/
ValueObjectVariable.cpp 209 ObjectFile *objfile = var_sc.module_sp->GetObjectFile();
Value.cpp 453 ObjectFile *objfile = module->GetObjectFile();
ModuleList.cpp 927 if (module_sp->GetObjectFile())
1023 if (module_sp && module_sp->GetObjectFile())
    [all...]
Address.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 311 ObjectFile *ofile = module_sp->GetObjectFile();
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 208 ObjectContainerUniversalMachO::GetObjectFile (const FileSpec *file)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 181 m_dwarf2Data->GetObjectFile()->GetModule()->LogMessageVerboseBacktrace (log,
277 m_dwarf2Data->GetObjectFile()->GetModule()->ReportWarning ("DWARF compile unit extends beyond its bounds cu 0x%8.8x at 0x%8.8" PRIx64 "\n",
448 m_dwarf2Data->GetObjectFile()->GetModule()->LogMessage (log,
623 m_dwarf2Data->GetObjectFile()->GetModule()->LogMessage (log,
    [all...]
DWARFDebugInfo.cpp 65 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str());
73 m_dwarf2Data->GetObjectFile()->GetFileSpec().GetPath().c_str());
DWARFDebugInfoEntry.cpp 143 cu->GetSymbolFileDWARF()->GetObjectFile()->GetModule()->ReportError ("{0x%8.8x}: invalid abbreviation code %u, please file a bug and attach the file at the start of this error message",
    [all...]
  /external/lldb/source/Plugins/SymbolVendor/MacOSX/
SymbolVendorMacOSX.cpp 129 ObjectFile * obj_file = module_sp->GetObjectFile();
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 467 ObjectContainerBSDArchive::GetObjectFile (const FileSpec *file)
  /external/lldb/source/Target/
TargetList.cpp 277 if (exe_module_sp->GetObjectFile() == NULL)
ThreadPlanCallFunction.cpp 88 ObjectFile *objectFile = exe_module->GetObjectFile();
Target.cpp     [all...]
  /external/lldb/source/Commands/
CommandObjectTarget.cpp     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDP.cpp 155 ObjectFile *exe_objfile = exe_module->GetObjectFile();
    [all...]
  /external/lldb/source/Symbol/
SymbolContext.cpp 513 objfile = symbol_file->GetObjectFile();
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 215 ObjectFile *exe_objfile = exe_module->GetObjectFile();
637 ObjectFile * object_file = exe_module->GetObjectFile();
    [all...]
  /external/lldb/source/API/
SBTarget.cpp     [all...]

Completed in 1948 milliseconds

12 3