Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSection.h33 SV_MachO, enumerator
DMCSectionMachO.h183 return S->getVariant() == SV_MachO; in classof()
/external/llvm/lib/MC/
DMCSectionMachO.cpp77 : MCSection(SV_MachO, K), TypeAndAttributes(TAA), Reserved2(reserved2) { in MCSectionMachO()