HomeSort by relevance Sort by last modified time
    Searched defs:ArchTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 134 Triple::ArchType ArchTy = T.getArch();
136 if (ArchTy == Triple::ppc || ArchTy == Triple::ppc64) {
    [all...]
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 593 Triple::ArchType ArchTy = TT.getArch();
595 if (ArchTy != Triple::ppc && ArchTy != Triple::ppc64) {
    [all...]

Completed in 52 milliseconds