Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp98 struct COFFRelocation { struct
102 COFFRelocation() = default;
107 using relocations = std::vector<COFFRelocation>;
908 COFFRelocation Reloc; in recordRelocation()