Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp91 struct COFFRelocation { struct
92 COFF::relocation Data;
93 COFFSymbol *Symb;
95 COFFRelocation() : Symb(nullptr) {} in COFFRelocation() function
96 static size_t size() { return COFF::RelocationSize; } in size()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp100 struct COFFRelocation { struct
101 COFF::relocation Data;
102 COFFSymbol *Symb = nullptr;
106 static size_t size() { return COFF::RelocationSize; } in size()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp102 struct COFFRelocation { struct
103 COFF::relocation Data;
104 COFFSymbol *Symb = nullptr;
108 static size_t size() { return COFF::RelocationSize; } in size()