Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp362 if (I->getExportRVA(RVA)) in printExportTable()
/external/llvm/include/llvm/Object/
DCOFF.h795 std::error_code getExportRVA(uint32_t &Result) const;
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1090 if (error(E.getExportRVA(RVA))) in printCOFFExports()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1364 std::error_code ExportDirectoryEntryRef::getExportRVA(uint32_t &Result) const { in getExportRVA() function in ExportDirectoryEntryRef