Searched refs:objfile_ap (Results 1 – 1 of 1) sorted by relevance
439 std::unique_ptr<ObjectFileELF> objfile_ap(new ObjectFileELF( in CreateInstance() local441 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() local459 ArchSpec spec = objfile_ap->GetArchitecture(); in CreateMemoryInstance()460 if (spec && objfile_ap->SetModulesArchitecture(spec)) in CreateMemoryInstance()461 return objfile_ap.release(); in CreateMemoryInstance()