Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbols.h208 uint64_t getRVA() const { return (*data)->getRVA() + sym->Value; } in getRVA() function
228 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
253 uint64_t getRVA() { return va - config->imageBase; } in getRVA() function
279 uint32_t getRVA() { return c ? c->getRVA() : 0; } in getRVA() function
347 uint64_t getRVA() { return file->location->getRVA(); } in getRVA() function
378 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
401 uint64_t getRVA() { return data->getRVA(); } in getRVA() function
408 inline uint64_t Defined::getRVA() { in getRVA() function
DWriter.h48 uint64_t getRVA() { return header.VirtualAddress; } in getRVA() function
DDLL.h73 uint64_t getRVA() { return chunks[0]->getRVA(); } in getRVA() function
DChunks.h87 uint32_t getRVA() const { return rva; } in getRVA() function
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1547 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef
/external/llvm-project/llvm/lib/Object/
DCOFFObjectFile.cpp1676 Error BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFObjectFile.cpp1659 std::error_code BaseRelocRef::getRVA(uint32_t &Result) const { in getRVA() function in BaseRelocRef