Home
last modified time | relevance | path

Searched refs:RelocationAddresses (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp636 std::vector<uint32_t> RelocationAddresses; member in llvm::object::WindowsResourceCOFFWriter
940 RelocationAddresses.resize(Data.size()); in writeDirectoryTree()
945 RelocationAddresses[DataNodes->getDataIndex()] = CurrentRelativeOffset; in writeDirectoryTree()
980 Reloc->VirtualAddress = RelocationAddresses[i]; in writeFirstSectionRelocations()