Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp98 struct COFFRelocation { struct
99 COFF::relocation Data;
100 COFFSymbol *Symb = nullptr;
104 static size_t size() { return COFF::RelocationSize; } in size()