Searched defs:getRVA (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DWriter.h48 uint64_t getRVA() { return header.VirtualAddress; } function in class:lld::coff::OutputSection
H A DDLL.h73 uint64_t getRVA() { return chunks[0]->getRVA(); } function in class:lld::coff::EdataContents
H A DSymbols.h198 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } function in class:lld::coff::DefinedRegular
218 uint64_t getRVA() { return data->getRVA(); } function in class:lld::coff::DefinedCommon
243 uint64_t getRVA() { return va - config->imageBase; } function in class:lld::coff::DefinedAbsolute
269 uint32_t getRVA() { return c ? c->getRVA() : 0; } function in class:lld::coff::DefinedSynthetic
337 uint64_t getRVA() { return file->location->getRVA(); } function in class:lld::coff::DefinedImportData
361 uint64_t getRVA() { return data->getRVA(); } function in class:lld::coff::DefinedImportThunk
384 uint64_t getRVA() { return data->getRVA(); } function in class:lld::coff::DefinedLocalImport
391 inline uint64_t Defined::getRVA() { function in class:lld::coff::Defined
[all...]
H A DChunks.h87 uint32_t getRVA() const { return rva; } function in class:lld::coff::Chunk
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1639 Error BaseRelocRef::getRVA(uint32_t &Result) const { function in class:BaseRelocRef

Completed in 113 milliseconds