Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp133 if (spec && objfile_up->SetModulesArchitecture(spec)) { in CreateInstance()
157 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateMemoryInstance()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h723 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp285 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() function in ObjectFile
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp383 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateInstance()
401 if (spec && objfile_up->SetModulesArchitecture(spec)) in CreateMemoryInstance()
1925 if (spec && m_gnu_debug_data_object_file->SetModulesArchitecture(spec)) in GetGnuDebugDataObjectFile()