Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
DObject.h176 struct RelocationInfo { struct
178 Optional<const SymbolEntry *> Symbol;
180 Optional<const Section *> Sec;
182 bool Scattered;
185 bool IsAddend;
187 bool Extern;
188 MachO::any_relocation_info Info;
190 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum()
196 void setPlainRelocationSymbolNum(unsigned SymbolNum, bool IsLittleEndian) { in setPlainRelocationSymbolNum()