Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp101 struct COFFRelocation { struct
105 COFFRelocation() = default;
110 using relocations = std::vector<COFFRelocation>;
766 COFFRelocation Reloc; in recordRelocation()