Home
last modified time | relevance | path

Searched refs:SetModulesArchitecture (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp130 if (spec && objfile_up->SetModulesArchitecture(spec)) { in CreateInstance()
154 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateMemoryInstance()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h781 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp297 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() function in ObjectFile
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp412 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateInstance()
430 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateMemoryInstance()
2051 if (spec && m_gnu_debug_data_object_file->SetModulesArchitecture(spec)) in GetGnuDebugDataObjectFile()