Home
last modified time | relevance | path

Searched refs:PrintRelocations (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp25 extern cl::opt<bool> PrintRelocations;
194 if (opts::PrintRelocations) in print()
H A DBinaryContext.cpp61 cl::opt<bool> PrintRelocations( variable
1834 bool PrintRelocations, in printInstruction() argument
1880 if ((opts::PrintRelocations || PrintRelocations) && Function) { in printInstruction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1245 bool PrintRelocations = false,
1254 bool PrintRelocations = false,
1258 PrintRelocations, Endl);
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp987 static void PrintRelocations(const MachOObjectFile *O, const bool verbose) { in PrintRelocations() function
1980 PrintRelocations(MachOOF, Verbose); in ProcessMachO()