Home
last modified time | relevance | path

Searched refs:import_lookup_table_entry64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DCOFF.h207 using import_lookup_table_entry64 = variable
1199 ImportedSymbolRef(const import_lookup_table_entry64 *Entry, uint32_t I, in ImportedSymbolRef()
1213 const import_lookup_table_entry64 *Entry64;
/openbsd/src/gnu/llvm/llvm/lib/Object/
DCOFFObjectFile.cpp1410 auto *P = reinterpret_cast<const import_lookup_table_entry64 *>(Ptr); in makeImportedSymbolIterator()