Searched refs:GetRVA (Results 1 – 3 of 3) sorted by relevance
138 uint32_t GetRVA(const lldb_private::Address &addr) const;
510 uint32_t rva = m_object_file.GetRVA(range.GetBaseAddress()); in FindRuntimeFunctionIntersectsWithRange()
493 uint32_t ObjectFilePECOFF::GetRVA(const Address &addr) const { in GetRVA() function in ObjectFilePECOFF