Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h799 bool SetModulesArchitecture(const ArchSpec &new_arch);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp310 bool ObjectFile::SetModulesArchitecture(const ArchSpec &new_arch) { in SetModulesArchitecture() function in ObjectFile
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp442 if (spec && objfile_ap->SetModulesArchitecture(spec)) in CreateInstance()
460 if (spec && objfile_ap->SetModulesArchitecture(spec)) in CreateMemoryInstance()