Searched refs:XDataAddress (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ARMWinEHPrinter.cpp | 1026 uint64_t XDataAddress, XDataOffset; in dumpUnpackedEntry() local 1028 COFF, Section, Offset + 4, RF.ExceptionInformationRVA(), XDataAddress, in dumpUnpackedEntry() 1063 formatSymbol(*Name, XDataAddress, XDataOffset)); in dumpUnpackedEntry() 1073 return dumpXDataRecord(COFF, *SI, FunctionAddress, XDataAddress); in dumpUnpackedEntry() 1075 SW.printString("ExceptionRecord", formatSymbol("", XDataAddress)); in dumpUnpackedEntry() 1077 ErrorOr<SectionRef> Section = getSectionContaining(COFF, XDataAddress); in dumpUnpackedEntry() 1081 return dumpXDataRecord(COFF, *Section, FunctionAddress, XDataAddress); in dumpUnpackedEntry()
|