Searched refs:getExportRVA (Results 1 – 7 of 7) sorted by relevance
117 if (auto EC = Ref.getExportRVA(Offset)) in addCoffExportSymbols()
1760 Error ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA() function in ExportDirectoryEntryRef1808 if (auto EC = getExportRVA(RVA)) in isForwarder()1818 if (auto EC = getExportRVA(RVA)) in getForwardTo()
574 if (I->getExportRVA(RVA)) in printExportTable()
1876 if (Error E = ExportEntry.getExportRVA(RVA)) in disassembleObject()
1302 LLVM_ABI Error getExportRVA(uint32_t &Result) const;
1513 checkError(exp.getExportRVA(exportRVA)); in parse()
1947 if (Error E = Exp.getExportRVA(RVA)) in printCOFFExports()