Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp1203 uint64_t XDataAddress, XDataOffset; in dumpUnpackedEntry() local
1205 COFF, Section, Offset + 4, RF.ExceptionInformationRVA(), XDataAddress, in dumpUnpackedEntry()
1238 formatSymbol(*Name, XDataAddress, XDataOffset)); in dumpUnpackedEntry()
1248 return dumpXDataRecord(COFF, *SI, FunctionAddress, XDataAddress); in dumpUnpackedEntry()
1250 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry()
1252 ErrorOr<SectionRef> Section = getSectionContaining(COFF, XDataAddress); in dumpUnpackedEntry()
1256 return dumpXDataRecord(COFF, *Section, FunctionAddress, XDataAddress); in dumpUnpackedEntry()