Searched refs:PrintRelocations (Results 1 – 4 of 4) sorted by relevance
25 extern cl::opt<bool> PrintRelocations;194 if (opts::PrintRelocations) in print()
61 cl::opt<bool> PrintRelocations( variable1834 bool PrintRelocations, in printInstruction() argument1880 if ((opts::PrintRelocations || PrintRelocations) && Function) { in printInstruction()
1245 bool PrintRelocations = false,1254 bool PrintRelocations = false,1258 PrintRelocations, Endl);
987 static void PrintRelocations(const MachOObjectFile *O, const bool verbose) { in PrintRelocations() function1980 PrintRelocations(MachOOF, Verbose); in ProcessMachO()