Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp102 struct COFFRelocation { struct
106 COFFRelocation() = default;
111 using relocations = std::vector<COFFRelocation>;
747 COFFRelocation Reloc; in recordRelocation()