Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFF.h907 std::error_code getImportLookupTableRVA(uint32_t &Result) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1085 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1379 ImportDirectoryEntryRef::getImportLookupTableRVA(uint32_t &Result) const { in getImportLookupTableRVA() function in ImportDirectoryEntryRef
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1421 error(I.getImportLookupTableRVA(Addr)); in printCOFFImports()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1595 error(I.getImportLookupTableRVA(ILTAddr)); in printCOFFImports()