Searched refs:getRvaPtr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp453 return getRvaPtr((uint32_t)Rva, Res);
457 std::error_code COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res) const { function in class:COFFObjectFile
497 if (std::error_code EC = getRvaPtr(Rva, IntPtr))
553 if (std::error_code EC = getRvaPtr(ImportTableRva, IntPtr))
575 if (std::error_code EC = getRvaPtr(RVA, IntPtr))
596 if (std::error_code EC = getRvaPtr(ExportTableRva, IntPtr))
611 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr))
637 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr))
657 if (std::error_code EC = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr))
1326 Object->getRvaPtr(RV
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp286 Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr))
320 Obj->getRvaPtr(DataDir->RelativeVirtualAddress, IntPtr))
542 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h1048 std::error_code getRvaPtr(uint32_t Rva, uintptr_t &Res) const;

Completed in 117 milliseconds