Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h165 bool PrintRelocations) {} in printLoaderSection() argument
H A DXCOFFDumper.cpp45 bool PrintRelocations) override;
154 bool PrintRelocations) { in printLoaderSection() argument
174 if (PrintRelocations) in printLoaderSection()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp974 static void PrintRelocations(const MachOObjectFile *O, const bool verbose) { in PrintRelocations() function
2174 PrintRelocations(MachOOF, Verbose); in ProcessMachO()