Searched refs:LSDAOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp262 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); local
265 formatSymbol(Ctx, Section, LSDAOffset,
270 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained);
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6705 // the first top-level index's LSDAOffset to the last (sentinel).
6713 uint32_t LSDAOffset = readNext<uint32_t>(Pos); local
6717 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n';

Completed in 105 milliseconds