Home
last modified time | relevance | path

Searched refs:ExpandRelocs (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.h38 extern llvm::cl::opt<bool> ExpandRelocs;
DWasmDumper.cpp97 if (opts::ExpandRelocs) { in printRelocation()
DXCOFFDumper.cpp125 if (!opts::ExpandRelocs) in printRelocations()
Dllvm-readobj.cpp224 cl::opt<bool> ExpandRelocs("expand-relocs", variable
DMachODumper.cpp564 if (opts::ExpandRelocs) { in printRelocation()
DCOFFDumper.cpp1433 if (opts::ExpandRelocs) { in printRelocation()
DELFDumper.cpp6411 if (opts::ExpandRelocs) { in printRelRelaReloc()
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.h56 extern llvm::cl::opt<bool> ExpandRelocs;
Dllvm-readobj.cpp141 cl::opt<bool> ExpandRelocs("expand-relocs", variable
DMachODumper.cpp557 if (opts::ExpandRelocs) { in printRelocation()
DCOFFDumper.cpp1193 if (opts::ExpandRelocs) { in printRelocation()
DELFDumper.cpp3301 if (opts::ExpandRelocs) { in printRelocation()
3496 if (opts::ExpandRelocs) { in printDynamicRelocation()