Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp101 struct COFFRelocation { struct
105 COFFRelocation() = default;
110 using relocations = std::vector<COFFRelocation>;
766 COFFRelocation Reloc; in recordRelocation()