Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1027 ModuleSpecList all_specs; in ParseHeader() local
1030 base_spec, all_specs); in ParseHeader()
1032 for (unsigned i = 0, e = all_specs.GetSize(); i != e; ++i) { in ParseHeader()
1034 all_specs.GetModuleSpecRefAtIndex(i).GetArchitecture(); in ParseHeader()
4813 ModuleSpecList all_specs; in Dump() local
4816 base_spec, all_specs); in Dump()
4817 for (unsigned i = 0, e = all_specs.GetSize(); i != e; ++i) { in Dump()
4822 *s << all_specs.GetModuleSpecRefAtIndex(i) in Dump()
4950 lldb_private::ModuleSpecList &all_specs) { in GetAllArchSpecs() argument
4962 all_specs.Append(spec); in GetAllArchSpecs()
[all …]
DObjectFileMachO.h166 lldb_private::ModuleSpecList &all_specs);