Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp247 const uint32_t mips_arch = header.e_flags & llvm::ELF::EF_MIPS_ARCH; in mipsVariantFromElfFlags() local
268 switch (mips_arch) { in mipsVariantFromElfFlags()