Lines Matching refs:getRVA
165 uint64_t getRVA();
214 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
234 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
259 uint64_t getRVA();
281 uint32_t getRVA() { return c ? c->getRVA() + offset : 0; } in getRVA() function
362 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
394 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
418 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
425 inline uint64_t Defined::getRVA() { in getRVA() function
428 return cast<DefinedAbsolute>(this)->getRVA(); in getRVA()
430 return cast<DefinedSynthetic>(this)->getRVA(); in getRVA()
432 return cast<DefinedImportData>(this)->getRVA(); in getRVA()
434 return cast<DefinedImportThunk>(this)->getRVA(); in getRVA()
436 return cast<DefinedLocalImport>(this)->getRVA(); in getRVA()
438 return cast<DefinedCommon>(this)->getRVA(); in getRVA()
440 return cast<DefinedRegular>(this)->getRVA(); in getRVA()