Searched refs:DynamicRelocations (Results 1 – 2 of 2) sorted by relevance
64 RelocationSetType DynamicRelocations; variable301 return make_range(DynamicRelocations.begin(), DynamicRelocations.end()); in dynamicRelocations()306 return make_range(DynamicRelocations.begin(), DynamicRelocations.end()); in dynamicRelocations()344 DynamicRelocations.emplace(Relocation{Offset, Symbol, Type, Addend, Value});374 auto Itr = DynamicRelocations.find(Key); in getDynamicRelocationAt()375 return Itr != DynamicRelocations.end() ? &*Itr : nullptr; in getDynamicRelocationAt()
192 static bool DynamicRelocations; variable2598 if (DynamicRelocations) in dumpObject()2792 DynamicRelocations = InputArgs.hasArg(OBJDUMP_dynamic_reloc); in parseObjdumpOptions()2960 !DynamicRelocations && !FileHeaders && !PrivateHeaders && !RawClangAST && in main()