Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1150 uint64_t XDataAddress, XDataOffset; in dumpUnpackedEntry() local
1152 COFF, Section, Offset + 4, RF.ExceptionInformationRVA(), XDataAddress, in dumpUnpackedEntry()
1185 formatSymbol(*Name, XDataAddress, XDataOffset)); in dumpUnpackedEntry()
1195 return dumpXDataRecord(COFF, *SI, FunctionAddress, XDataAddress); in dumpUnpackedEntry()
1197 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry()
1199 ErrorOr<SectionRef> Section = getSectionContaining(COFF, XDataAddress); in dumpUnpackedEntry()
1203 return dumpXDataRecord(COFF, *Section, FunctionAddress, XDataAddress); in dumpUnpackedEntry()