Home
last modified time | relevance | path

Searched defs:getRVA (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbols.h214 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
234 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
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
H A DWriter.h48 uint64_t getRVA() const { return header.VirtualAddress; } in getRVA() function
H A DDLL.h81 uint64_t getRVA() { return chunks[0]->getRVA(); } in getRVA() function
H A DSymbols.cpp108 uint64_t DefinedAbsolute::getRVA() { return va - ctx.config.imageBase; } in getRVA() function in lld::coff::DefinedAbsolute
H A DChunks.h93 uint32_t getRVA() const { return rva; } in getRVA() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1786 Error BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef