Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp84 struct COFFRelocation { struct
88 COFFRelocation() : Symb(NULL) {} in COFFRelocation() function
92 typedef std::vector<COFFRelocation> relocations;
681 COFFRelocation Reloc; in RecordRelocation()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp91 struct COFFRelocation { struct
95 COFFRelocation() : Symb(nullptr) {} in COFFRelocation() argument
99 typedef std::vector<COFFRelocation> relocations;
723 COFFRelocation Reloc; in recordRelocation()