Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp367 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); in printUnwindInfo() local
370 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo()
375 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained); in printUnwindInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCompactUnwindSupport.h527 auto LSDAOffset = in writeIndexes() local
532 cantFail(W.writeInteger<uint32_t>(LSDAOffset)); in writeIndexes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp8163 uint32_t LSDAOffset = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8167 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n'; in printMachOUnwindInfoSection()