Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h907 std::error_code getImportLookupTableRVA(uint32_t &Result) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1278 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA() function in ImportDirectoryEntryRef
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1421 error(I.getImportLookupTableRVA(Addr)); in printCOFFImports()