Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp82 struct COFFRelocation { struct
86 COFFRelocation() : Symb(nullptr) {} in COFFRelocation() function
90 typedef std::vector<COFFRelocation> relocations;
737 COFFRelocation Reloc; in RecordRelocation()