HomeSort by relevance Sort by last modified time
    Searched refs:SV_MachO (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSection.h 34 SV_MachO
MCSectionMachO.h 174 return S->getVariant() == SV_MachO;
  /external/llvm/include/llvm/MC/
MCSectionMachO.h 85 return S->getVariant() == SV_MachO;
MCSection.h 50 enum SectionVariant { SV_COFF = 0, SV_ELF, SV_MachO };
  /external/llvm/lib/MC/
MCSectionMachO.cpp 75 : MCSection(SV_MachO, K, Begin), TypeAndAttributes(TAA),
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionMachO.cpp 77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) {

Completed in 3892 milliseconds