Searched defs:AddrIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1330 getImportAddress(int AddrIndex, uint64_t &Result) const { argument
1332 AddrIndex * (OwningObject->is64() ? 8 : 4);

Completed in 289 milliseconds