Home
last modified time | relevance | path

Searched refs:AddrIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp1330 getImportAddress(int AddrIndex, uint64_t &Result) const { in getImportAddress() argument
1332 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1431 getImportAddress(int AddrIndex, uint64_t &Result) const { in getImportAddress() argument
1433 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
/external/llvm/include/llvm/Object/
DCOFF.h936 std::error_code getImportAddress(int AddrIndex, uint64_t &Result) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h1114 std::error_code getImportAddress(int AddrIndex, uint64_t &Result) const;