Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DWindowsResource.cpp353 std::vector<uint32_t> RelocationAddresses; member in llvm::object::WindowsResourceCOFFWriter
651 RelocationAddresses.resize(Data.size()); in writeDirectoryTree()
656 RelocationAddresses[DataNodes->getDataIndex()] = CurrentRelativeOffset; in writeDirectoryTree()
691 Reloc->VirtualAddress = RelocationAddresses[i]; in writeFirstSectionRelocations()