reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/BinaryFormat/MachO.h
 1742   sys::swapByteOrder(x.flavor);
 1763   if (x.tsh.flavor == x86_THREAD_STATE64)
 1769   if (x.fsh.flavor == x86_FLOAT_STATE64)
 1775   if (x.esh.flavor == x86_EXCEPTION_STATE64)
tools/llvm-objdump/MachODump.cpp
 9681         if (ts.tsh.flavor == MachO::x86_THREAD_STATE32) {
 9690           outs() << "\t    tsh.flavor " << ts.tsh.flavor << "  tsh.count "
 9759         if (ts.tsh.flavor == MachO::x86_THREAD_STATE64) {
 9768           outs() << "\t    tsh.flavor " << ts.tsh.flavor << "  tsh.count "
 9789         if (fs.fsh.flavor == MachO::x86_FLOAT_STATE64) {
 9798           outs() << "\t    fsh.flavor " << fs.fsh.flavor << "  fsh.count "
 9820         if (es.esh.flavor == MachO::x86_EXCEPTION_STATE64) {
 9829           outs() << "\t    esh.flavor " << es.esh.flavor << "  esh.count "