Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp594 XDataRecord = getSymbol(COFF, RF.ExceptionInformationRVA()); in dumpUnpackedEntry()
644 uint64_t Address = PEHeader->ImageBase + RF.ExceptionInformationRVA(); in dumpUnpackedEntry()
648 getSectionContaining(COFF, RF.ExceptionInformationRVA()); in dumpUnpackedEntry()
653 RF.ExceptionInformationRVA()); in dumpUnpackedEntry()
/external/llvm/include/llvm/Support/
DARMWinEH.h117 uint32_t ExceptionInformationRVA() const { in ExceptionInformationRVA() function