Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp405 if (Error E = Obj->getVaPtr(TableVA, IntPtr)) in printSEHTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1138 Error getVaPtr(uint64_t VA, uintptr_t &Res) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp825 if (Error E = Obj->getVaPtr(TableVA, TableStart)) in printRVATable()
828 Obj->getVaPtr(TableVA + Count * EntrySize - 1, TableEnd)) in printRVATable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp464 Error COFFObjectFile::getVaPtr(uint64_t Addr, uintptr_t &Res) const { in getVaPtr() function in COFFObjectFile