Home
last modified time | relevance | path

Searched defs:object_name (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp101 GetObjectPointerValueObject(lldb::StackFrameSP frame_sp,llvm::StringRef object_name,Status & err) GetObjectPointerValueObject() argument
123 GetObjectPointer(lldb::StackFrameSP frame_sp,llvm::StringRef object_name,Status & err) GetObjectPointer() argument
/llvm-project/lldb/examples/python/
H A Dbsd.py440 def print_multiple_object_matches(result, object_name, mtime, matches): argument
451 def print_archive_object_error(result, object_name, mtime, archive): argument
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp154 FindObject(ConstString object_name,const llvm::sys::TimePoint<> & object_mod_time) FindObject() argument
264 ConstString object_name(module_sp->GetObjectName()); CreateInstance() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp846 GetCppObjectPointer(lldb::StackFrameSP frame_sp,llvm::StringRef object_name,Status & err) GetCppObjectPointer() argument
893 llvm::StringRef object_name = AddArguments() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp138 mach_port_t object_name; in RegionMemUsage() local
/llvm-project/lldb/source/Core/
H A DModule.cpp236 Module(const FileSpec & file_spec,const ArchSpec & arch,ConstString object_name,lldb::offset_t object_offset,const llvm::sys::TimePoint<> & object_mod_time) Module() argument
1027 SetFileSpecAndObjectName(const FileSpec & file,ConstString object_name) SetFileSpecAndObjectName() argument
1064 const char *object_name = m_object_name.GetCString(); GetDescription() local
1532 ConstString object_name = module_ref.GetObjectName(); MatchesModuleSpec() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.cpp277 ConstString object_name = module_sp->GetObjectName(); in GetObjectFile() local
/llvm-project/lldb/source/Target/
H A DStatistics.cpp324 if (ConstString object_name = module->GetObjectName()) { ReportStatistics() local
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp94 const char *object_name = nullptr; in Dump() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp178 ConstString object_name, off_t object_offset, in DebugMapModule() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3434 const char *object_name = module->GetObjectName().GetCString(); PrintModule() local