Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1192 Error getImportLookupTableRVA(uint32_t &Result) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1519 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA() function in ImportDirectoryEntryRef
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1842 if (Error E = I.getImportLookupTableRVA(ILTAddr)) in printCOFFImports()