Searched defs:RelocationInfo (Results 1 – 4 of 4) sorted by relevance
172 struct RelocationInfo { struct174 std::optional<const SymbolEntry *> Symbol;176 std::optional<const Section *> Sec;178 bool Scattered;181 bool IsAddend;183 bool Extern;184 MachO::any_relocation_info Info;186 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum()192 void setPlainRelocationSymbolNum(unsigned SymbolNum, bool IsLittleEndian) { in setPlainRelocationSymbolNum()
130 struct RelocationInfo { struct135 using InputRelocationInfo = RelocationInfo<const void*>; argument
1497 RelocationInfo(unsigned version) {} in RelocationInfo() function1502 RelocationInfo() {} in RelocationInfo() function1509 RelocationInfo(const RelocationInfo& other) { in RelocationInfo() function
1521 RelocationInfo(unsigned version) {} in RelocationInfo() function1526 RelocationInfo() {} in RelocationInfo() function1533 RelocationInfo(const RelocationInfo& other) { in RelocationInfo() function