Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp246 if (error(Obj->getVaPtr(TableVA, IntPtr))) in printSEHTable()
/external/llvm/include/llvm/Object/
DCOFF.h714 std::error_code getVaPtr(uint64_t VA, uintptr_t &Res) const;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp477 std::error_code COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const { in getVaPtr() function in COFFObjectFile