Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDCOFF.h1192 Error getImportLookupTableRVA(uint32_t &Result) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDCOFFObjectFile.cpp1519 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA() function in ImportDirectoryEntryRef
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1842 if (Error E = I.getImportLookupTableRVA(ILTAddr)) in printCOFFImports()