Searched refs:LSDAOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 268 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); in printUnwindInfo() local 271 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo() 276 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained); in printUnwindInfo()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 306 uint64_t LSDAOffset = Offset + getOffsetOfLSDA(UI); in printUnwindInfo() local 309 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo() 314 printRuntimeFunctionEntry(Ctx, Section, LSDAOffset, *Chained); in printUnwindInfo()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7323 uint32_t LSDAOffset = readNext<uint32_t>(Pos); in printMachOUnwindInfoSection() local 7327 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n'; in printMachOUnwindInfoSection()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 8177 uint32_t LSDAOffset = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local 8181 << "LSDA offset=" << format("0x%08" PRIx32, LSDAOffset) << '\n'; in printMachOUnwindInfoSection()
|