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

/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp469 return getRvaPtr((uint32_t)Rva, Res);
473 Error COFFObjectFile::getRvaPtr(uint32_t Addr, uintptr_t &Res, function in class:COFFObjectFile
538 if (Error E = getRvaPtr(Rva, IntPtr))
593 if (Error E = getRvaPtr(ImportTableRva, IntPtr, "import table"))
616 if (Error E = getRvaPtr(RVA, IntPtr, "delay import table"))
640 if (Error E = getRvaPtr(ExportTableRva, IntPtr, "export table"))
659 if (Error E = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr,
690 if (Error E = getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr,
726 getRvaPtr(DataEntry->RelativeVirtualAddress, IntPtr, "TLS directory"))
749 if (Error E = getRvaPtr(DataEntr
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp678 if (Obj->getRvaPtr(RF.UnwindInfoOffset, addr))
/openbsd-current/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h1077 Error getRvaPtr(uint32_t Rva, uintptr_t &Res,

Completed in 147 milliseconds