Searched refs:LSDAOffset (Results 1 - 2 of 2) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7315 // the first top-level index's LSDAOffset to the last (sentinel).
7323 uint32_t LSDAOffset = readNext<uint32_t>(Pos); local
7327 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n';
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp268 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); local
271 formatSymbol(Ctx, Section, LSDAOffset,
276 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained);

Completed in 133 milliseconds