Home
last modified time | relevance | path

Searched refs:getImportLookupTableRVA (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h1133 Error getImportLookupTableRVA(uint32_t &Result) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1417 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA() function in ImportDirectoryEntryRef
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1692 if (Error E = I.getImportLookupTableRVA(ILTAddr)) in printCOFFImports()