OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRvaPtr
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Object/
COFFObjectFile.cpp
438
return
getRvaPtr
((uint32_t)Rva, Res);
442
std::error_code COFFObjectFile::
getRvaPtr
(uint32_t Addr, uintptr_t &Res) const {
482
if (std::error_code EC =
getRvaPtr
(Rva, IntPtr))
536
if (std::error_code EC =
getRvaPtr
(ImportTableRva, IntPtr))
558
if (std::error_code EC =
getRvaPtr
(RVA, IntPtr))
579
if (std::error_code EC =
getRvaPtr
(ExportTableRva, IntPtr))
594
if (std::error_code EC =
getRvaPtr
(DataEntry->RelativeVirtualAddress, IntPtr))
618
if (std::error_code EC =
getRvaPtr
(DataEntry->RelativeVirtualAddress, IntPtr))
621
if (std::error_code EC =
getRvaPtr
(
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFObjectFile.cpp
455
return
getRvaPtr
((uint32_t)Rva, Res);
459
std::error_code COFFObjectFile::
getRvaPtr
(uint32_t Addr, uintptr_t &Res) const {
499
if (std::error_code EC =
getRvaPtr
(Rva, IntPtr))
555
if (std::error_code EC =
getRvaPtr
(ImportTableRva, IntPtr))
577
if (std::error_code EC =
getRvaPtr
(RVA, IntPtr))
598
if (std::error_code EC =
getRvaPtr
(ExportTableRva, IntPtr))
613
if (std::error_code EC =
getRvaPtr
(DataEntry->RelativeVirtualAddress, IntPtr))
637
if (std::error_code EC =
getRvaPtr
(DataEntry->RelativeVirtualAddress, IntPtr))
640
if (std::error_code EC =
getRvaPtr
(
657
if (std::error_code EC =
getRvaPtr
(DataEntry->RelativeVirtualAddress, IntPtr)
[
all
...]
Completed in 47 milliseconds