Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h165 bool PrintRelocations) {} in printLoaderSection()
H A DXCOFFDumper.cpp154 bool PrintRelocations) { in printLoaderSection() argument
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp60 cl::opt<bool> PrintRelocations( variable
1950 printInstruction(raw_ostream & OS,const MCInst & Instruction,uint64_t Offset,const BinaryFunction * Function,bool PrintMCInst,bool PrintMemData,bool PrintRelocations,StringRef Endl) const printInstruction() argument
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp974 static void PrintRelocations(const MachOObjectFile *O, const bool verbose) { in PrintRelocations() function