Home
last modified time | relevance | path

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

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