Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp102 struct COFFRelocation { struct
103 COFF::relocation Data;
104 COFFSymbol *Symb = nullptr;
108 static size_t size() { return COFF::RelocationSize; } in size()