Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp439 std::unique_ptr<ObjectFileELF> objfile_ap(new ObjectFileELF( in CreateInstance() local
441 ArchSpec spec = objfile_ap->GetArchitecture(); in CreateInstance()
442 if (spec && objfile_ap->SetModulesArchitecture(spec)) in CreateInstance()
443 return objfile_ap.release(); in CreateInstance()
457 std::unique_ptr<ObjectFileELF> objfile_ap( in CreateMemoryInstance() local
459 ArchSpec spec = objfile_ap->GetArchitecture(); in CreateMemoryInstance()
460 if (spec && objfile_ap->SetModulesArchitecture(spec)) in CreateMemoryInstance()
461 return objfile_ap.release(); in CreateMemoryInstance()