Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1054 uint64_t XDataAddress, XDataOffset; in dumpUnpackedEntry() local
1056 COFF, Section, Offset + 4, RF.ExceptionInformationRVA(), XDataAddress, in dumpUnpackedEntry()
1089 formatSymbol(*Name, XDataAddress, XDataOffset)); in dumpUnpackedEntry()
1099 return dumpXDataRecord(COFF, *SI, FunctionAddress, XDataAddress); in dumpUnpackedEntry()
1101 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry()
1103 ErrorOr<SectionRef> Section = getSectionContaining(COFF, XDataAddress); in dumpUnpackedEntry()
1107 return dumpXDataRecord(COFF, *Section, FunctionAddress, XDataAddress); in dumpUnpackedEntry()