Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp84 struct COFFRelocation { struct
88 COFFRelocation() : Symb(NULL) {} in COFFRelocation() argument
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp102 struct COFFRelocation { struct
106 COFFRelocation() = default;
111 using relocations = std::vector<COFFRelocation>;
758 COFFRelocation Reloc; in recordRelocation()