Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DObjDumper.h162 bool PrintRelocations) {} in printLoaderSection() argument
H A DXCOFFDumper.cpp44 bool PrintRelocations) override;
152 bool PrintRelocations) { in printLoaderSection() argument
172 if (PrintRelocations) in printLoaderSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1000 static void PrintRelocations(const MachOObjectFile *O, const bool verbose) { in PrintRelocations() function
2212 PrintRelocations(MachOOF, Verbose); in ProcessMachO()