Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp8250 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) { in Print_x86_exception_state_t() argument
8251 outs() << "\t trapno " << format("0x%08" PRIx32, exc64.trapno); in Print_x86_exception_state_t()
8252 outs() << " err " << format("0x%08" PRIx32, exc64.err); in Print_x86_exception_state_t()
8253 outs() << " faultvaddr " << format("0x%016" PRIx64, exc64.faultvaddr) << "\n"; in Print_x86_exception_state_t()